mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-13 11:20:31 +00:00
feat: send invoice through mail
This commit is contained in:
@@ -194,3 +194,9 @@ export interface SendInvoiceMailDTO {
|
||||
body: string;
|
||||
attachInvoice?: boolean;
|
||||
}
|
||||
|
||||
export interface ISaleInvoiceNotifyPayload {
|
||||
tenantId: number;
|
||||
saleInvoiceId: number;
|
||||
messageDTO: SendInvoiceMailDTO;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user