mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
6 lines
174 B
TypeScript
6 lines
174 B
TypeScript
import { SendMailViewFormValues } from '../SendMailViewDrawer/_types';
|
|
|
|
export interface EstimateSendMailFormValues extends SendMailViewFormValues {
|
|
attachPdf?: boolean;
|
|
}
|