refactor: add type expired and urgent first

This commit is contained in:
Thanaphon Frappet 2024-11-07 14:23:10 +07:00
parent 125ae9e125
commit ac155bcdd5

View file

@ -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<PaginationResult<Quotation>>('/quotation', {