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