refactor: add type Expired at quotation status

This commit is contained in:
Thanaphon Frappet 2024-11-08 11:11:45 +07:00
parent cd8de062c1
commit 1aaaa5f2a6

View file

@ -6,6 +6,7 @@ import { Invoice } from '../payment/types';
export type QuotationStatus =
| 'Issued'
| 'Accepted'
| 'Expired'
| 'Invoice'
| 'PaymentPending'
| 'PaymentInProcess'