mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 12:20:31 +00:00
4 lines
120 B
TypeScript
4 lines
120 B
TypeScript
export class GetSaleInvoiceMailReminder {
|
|
public getInvoiceMailReminder(tenantId: number, saleInvoiceId: number) {}
|
|
}
|