ทะเบียนประวัติ: เครื่องราชฯ (แก้ไข)

This commit is contained in:
puriphatt 2024-03-19 12:02:09 +07:00
parent 81763a632b
commit 21fd984366
4 changed files with 248 additions and 383 deletions

View file

@ -1 +1,13 @@
export type {};
interface ResponseObject {
id: string
name: string
shortName: string
insigniaTypeName: string
createdAt: Date
lastUpdatedAt: Date
lastUpdateFullName: string
isActive: boolean
note: string
}
export type {ResponseObject};