ทะเบียนประวัติ: ใบอนุญาต API

This commit is contained in:
oat_dev 2024-03-20 16:51:53 +07:00
parent 80e0a459ea
commit 0e820e1315
4 changed files with 267 additions and 82 deletions

View file

@ -0,0 +1,9 @@
interface RequestItemsObject {
certificateType: string;
issuer: string;
certificateNo: string;
issueDate: Date;
expireDate: Date;
}
export type { RequestItemsObject };