mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-14 20:00:33 +00:00
feat: wip send invoice mail receipt
This commit is contained in:
@@ -320,7 +320,7 @@ export function useInvoicePaymentTransactions(invoiceId, props) {
|
||||
);
|
||||
}
|
||||
|
||||
interface SendSaleInvoiceMailValues {
|
||||
export interface SendSaleInvoiceMailValues {
|
||||
id: number;
|
||||
values: {
|
||||
subject: string;
|
||||
@@ -331,7 +331,7 @@ interface SendSaleInvoiceMailValues {
|
||||
attachInvoice?: boolean;
|
||||
};
|
||||
}
|
||||
interface SendSaleInvoiceMailResponse {}
|
||||
export interface SendSaleInvoiceMailResponse { }
|
||||
/**
|
||||
* Sends the sale invoice mail.
|
||||
* @param {UseMutationOptions<SendSaleInvoiceMailValues, Error, SendSaleInvoiceMailResponse>}
|
||||
|
||||
Reference in New Issue
Block a user