ทะเบียนประวัติ: เครื่องราชฯ (แก้ไข)
This commit is contained in:
parent
81763a632b
commit
21fd984366
4 changed files with 248 additions and 383 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue