diff --git a/src/stores/product-service/types.ts b/src/stores/product-service/types.ts index ab4717c3..096015f3 100644 --- a/src/stores/product-service/types.ts +++ b/src/stores/product-service/types.ts @@ -129,6 +129,7 @@ export interface ProductOnWork { productId: string; workId: string; order: number; + installmentNo: number; } export interface WorkItems { @@ -159,6 +160,7 @@ export interface Product { code: string; id: string; imageUrl: string; + installmentNo: number; } export interface ProductCreate {