interface TableName { Id: string; position: number; Name: string; ExamOrder: number; unitId: string; UnitGroup: string; Unit: string; ReportingDate: string; //วันที่รายงานตัว BMAOfficer: boolean; Status: string; checkList: any; } export type { TableName };