import { TimesheetDoc } from '~core/modules/timesheet'; export interface IFdtoTimesheet extends TimesheetDoc { restaurantId: string; restaurantName: string; }