diff --git a/src/stores/product-service/types.ts b/src/stores/product-service/types.ts index 5def270f..90617653 100644 --- a/src/stores/product-service/types.ts +++ b/src/stores/product-service/types.ts @@ -6,7 +6,7 @@ export interface Service { updateBy: string; createdAt: string; createdBy: string; - status: string; + status: Status; attributes: Attributes; detail: string; name: string; @@ -99,7 +99,7 @@ export interface ProductList { createdAt: string; createdBy: string; productTypeId: string; - status: string; + status: Status; serviceCharge: number; agentPrice: number; price: number;