export interface IPendingTimesheetManualTriggerCronJobDto { fromDateCode?: string; toDateCode?: string; projectId?: number; }