//ข้อมูล interface ResponseObject { id: string; educationLevelId: string; educationLevelName: string; major: string; scores: number | null; name: string; durationStart: Date; durationEnd: Date; } export type { ResponseObject };