feat: temp barcode templates
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/* generated using openapi-typescript-codegen -- do no edit */
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
import type { BarcodeTemplateAttributeSchema } from './BarcodeTemplateAttributeSchema';
|
||||
export type GetAllBarcodeTemplateAttributesResponse = {
|
||||
attributes: Array<BarcodeTemplateAttributeSchema>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user