From ac155bcdd5dd71c48cf4fd69968a8c8dac068953 Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Thu, 7 Nov 2024 14:23:10 +0700 Subject: [PATCH] refactor: add type expired and urgent first --- src/stores/quotations/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/stores/quotations/index.ts b/src/stores/quotations/index.ts index b10ed936..8d9c7f4e 100644 --- a/src/stores/quotations/index.ts +++ b/src/stores/quotations/index.ts @@ -59,11 +59,13 @@ export const useQuotationStore = defineStore('quotation-store', () => { status?: | 'Issued' | 'Accepted' + | 'Expired' | 'PaymentPending' | 'PaymentInProcess' | 'PaymentSuccess' | 'ProcessComplete' | 'Canceled'; + urgentFirst?: boolean; query?: string; }) { const res = await api.get>('/quotation', {