//ข้อมูล interface ResponseObject { id: string; issuer: string; detail: string; issueDate: Date; createdFullName: string; createdAt: Date; } export type { ResponseObject };