feat: add type payment

This commit is contained in:
Methapon Metanipat 2024-10-28 13:30:59 +07:00
parent e199c355e4
commit 272612450f

View file

@ -23,3 +23,5 @@ export type InvoicePayload = {
// NOTE: Will be pulled from quotation
installmentNo?: number[];
};
export type Payment = Invoice;