ทะเบียนประวัติ: ใบอนุญาต+ฝึกอบรม

This commit is contained in:
oat_dev 2024-03-13 15:43:52 +07:00
parent 5014de2da8
commit 82b88d65f0
5 changed files with 1862 additions and 349 deletions

View file

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