diff --git a/src/client/models/DealProductSchema.ts b/src/client/models/DealProductSchema.ts index 62e042f..1ce0fd5 100644 --- a/src/client/models/DealProductSchema.ts +++ b/src/client/models/DealProductSchema.ts @@ -8,5 +8,6 @@ export type DealProductSchema = { product: ProductSchema; services: Array; quantity: number; + comment?: string; };