feat: add type
This commit is contained in:
parent
b17d310a22
commit
76954839e5
1 changed files with 12 additions and 0 deletions
|
|
@ -206,6 +206,9 @@ export type Quotation = {
|
|||
vatExcluded: number;
|
||||
status: Status;
|
||||
quotationStatus:
|
||||
| 'Issued'
|
||||
| 'Accepted'
|
||||
| 'Invoice'
|
||||
| 'PaymentPending'
|
||||
| 'PaymentInProcess'
|
||||
| 'PaymentSuccess'
|
||||
|
|
@ -272,6 +275,15 @@ export type QuotationFull = {
|
|||
code: string;
|
||||
statusOrder: number;
|
||||
status: Status;
|
||||
quotationStatus:
|
||||
| 'Issued'
|
||||
| 'Accepted'
|
||||
| 'Invoice'
|
||||
| 'PaymentPending'
|
||||
| 'PaymentInProcess'
|
||||
| 'PaymentSuccess'
|
||||
| 'ProcessComplete'
|
||||
| 'Canceled';
|
||||
|
||||
customerBranchId: string;
|
||||
registeredBranchId: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue