//ข้อมูล interface ResponseObject { id: string; insigniaType: string; insignia: string; insigniaId: string; year: number; no: string; issue: string; volumeNo: string; volume: string; section: string; page: string; receiveDate: Date; dateAnnounce: Date; createdFullName: string; createdAt: Date; } export type { ResponseObject };