Files
bigcapital/packages/webapp/src/containers/Sales/Estimates/EstimateSendMailDrawer/_interfaces.ts
2024-11-21 11:29:52 +02:00

6 lines
174 B
TypeScript

import { SendMailViewFormValues } from '../SendMailViewDrawer/_types';
export interface EstimateSendMailFormValues extends SendMailViewFormValues {
attachPdf?: boolean;
}