ทะเบียนประวัติ: ใบอนุญาตประกอบวิชาชีพ clean code

This commit is contained in:
oat_dev 2024-03-21 14:57:39 +07:00
parent c2d386c026
commit 2ae85ed3b3
2 changed files with 103 additions and 138 deletions

View file

@ -4,6 +4,7 @@ interface RequestItemsObject {
certificateNo: string;
issueDate: Date;
expireDate: Date;
profileId: string;
}
export type { RequestItemsObject };