diff --git a/src/stores/quotations/index.ts b/src/stores/quotations/index.ts index 4c5b8938..164fa0d9 100644 --- a/src/stores/quotations/index.ts +++ b/src/stores/quotations/index.ts @@ -56,6 +56,14 @@ export const useQuotationStore = defineStore('quotation-store', () => { | 'BillFull' | 'BillSplit' | 'BillSplitCustom'; + status?: + | 'Issued' + | 'Accepted' + | 'PaymentPending' + | 'PaymentInProcess' + | 'PaymentSuccess' + | 'ProcessComplete' + | 'Canceled'; query?: string; }) { const res = await api.get>('/quotation', {