mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
feat: wip estimate send mail
This commit is contained in:
@@ -1 +1,5 @@
|
||||
export interface EstimateSendMailFormValues {}
|
||||
import { SendMailViewFormValues } from '../SendMailViewDrawer/_types';
|
||||
|
||||
export interface EstimateSendMailFormValues extends SendMailViewFormValues {
|
||||
attachPdf?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user