feat: add type payment
This commit is contained in:
parent
e199c355e4
commit
272612450f
1 changed files with 2 additions and 0 deletions
|
|
@ -23,3 +23,5 @@ export type InvoicePayload = {
|
|||
// NOTE: Will be pulled from quotation
|
||||
installmentNo?: number[];
|
||||
};
|
||||
|
||||
export type Payment = Invoice;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue