ทะเบียนประวัติ: ใบอนุญาต API
This commit is contained in:
parent
80e0a459ea
commit
0e820e1315
4 changed files with 267 additions and 82 deletions
|
|
@ -0,0 +1,9 @@
|
|||
interface RequestItemsObject {
|
||||
certificateType: string;
|
||||
issuer: string;
|
||||
certificateNo: string;
|
||||
issueDate: Date;
|
||||
expireDate: Date;
|
||||
}
|
||||
|
||||
export type { RequestItemsObject };
|
||||
Loading…
Add table
Add a link
Reference in a new issue