interface FormDataProcess {
startDate: Date | null;
endDate: Date | null;
}
export type { FormDataProcess };