interface DataRows { id: string; fullname: string | null; date: string | null; dateFix: string | null; timeMorning: string; timeAfternoon: string; status: string; } export type { DataRows };