export interface IStaffLoggedTime{ Id: number, Staff: string, Data: any, }