feat: wip estimate send mail

This commit is contained in:
Ahmed Bouhuolia
2024-11-21 11:29:52 +02:00
parent 63a95df534
commit c5c85bdfbe
9 changed files with 183 additions and 19 deletions

View File

@@ -1 +1,5 @@
export interface EstimateSendMailFormValues {}
import { SendMailViewFormValues } from '../SendMailViewDrawer/_types';
export interface EstimateSendMailFormValues extends SendMailViewFormValues {
attachPdf?: boolean;
}