//ข้อมูล interface ResponseObject { id: string; prefix: string; prefixId: string; firstName: string; lastName: string; status: string; file: string | null; createdFullName: string; createdAt: Date; } export type { ResponseObject };