feat: attrs on product

This commit is contained in:
2024-05-11 00:24:52 +03:00
parent 004ad9a562
commit 270f96bf8d
10 changed files with 29 additions and 4 deletions

View File

@@ -6,5 +6,6 @@ import type { BarcodeAttributeSchema } from './BarcodeAttributeSchema';
export type BarcodeSchema = {
barcode: string;
attributes: Array<BarcodeAttributeSchema>;
additionalField?: (string | null);
};