diff --git a/src/stores/payment/types.ts b/src/stores/payment/types.ts index 4c021f6c..eebe3a89 100644 --- a/src/stores/payment/types.ts +++ b/src/stores/payment/types.ts @@ -23,3 +23,5 @@ export type InvoicePayload = { // NOTE: Will be pulled from quotation installmentNo?: number[]; }; + +export type Payment = Invoice;