From 8ff078fce7d313790089514871137b64bb814f01 Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Fri, 25 Oct 2024 09:09:07 +0700 Subject: [PATCH] feat: add type --- src/stores/quotations/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stores/quotations/types.ts b/src/stores/quotations/types.ts index 31b6c7f2..e05fae38 100644 --- a/src/stores/quotations/types.ts +++ b/src/stores/quotations/types.ts @@ -293,6 +293,7 @@ export type QuotationPayload = { discount?: number; amount: number; product: ProductRelation; + installmentNo?: string; work?: WorkRelation | null; service?: ServiceRelation | null; }[];