feat: attrs on product

This commit is contained in:
2024-05-10 16:17:58 +03:00
parent d82b23fbe9
commit 09a6ed0c4f
3 changed files with 60 additions and 28 deletions

View File

@@ -10,5 +10,8 @@ export type ProductSchema = {
clientId: number;
barcodes: Array<string>;
barcodeTemplate?: (BarcodeTemplateSchema | null);
brand?: (string | null);
color?: (string | null);
composition?: (string | null);
};