diff --git a/src/stores/product-service/types.ts b/src/stores/product-service/types.ts index 06831bef..7fb5394c 100644 --- a/src/stores/product-service/types.ts +++ b/src/stores/product-service/types.ts @@ -77,6 +77,13 @@ export interface ProductOnWork { order: number; } +export interface WorkItems { + id: string; + name: string; + attributes: Attributes; + product: (ProductList & { nameEn: string })[]; +} + export interface ProductList { remark: string; updatedAt: string;