refactor: add type Expired at quotation status
This commit is contained in:
parent
cd8de062c1
commit
1aaaa5f2a6
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ import { Invoice } from '../payment/types';
|
|||
export type QuotationStatus =
|
||||
| 'Issued'
|
||||
| 'Accepted'
|
||||
| 'Expired'
|
||||
| 'Invoice'
|
||||
| 'PaymentPending'
|
||||
| 'PaymentInProcess'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue