feat: barcode templates
This commit is contained in:
10
src/client/models/GetProductBarcodeRequest.ts
Normal file
10
src/client/models/GetProductBarcodeRequest.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
/* generated using openapi-typescript-codegen -- do no edit */
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
export type GetProductBarcodeRequest = {
|
||||
productId: number;
|
||||
barcode: string;
|
||||
barcodeTemplateId?: (number | null);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user