ทะเบียนประวัติ: clearable

This commit is contained in:
oat_dev 2024-03-29 17:08:52 +07:00
parent e7076ee06c
commit f07f3acd51
6 changed files with 15 additions and 15 deletions

View file

@ -3,7 +3,7 @@ interface RequestItemsObject {
issuer: string;
certificateNo: string;
issueDate: Date;
expireDate: Date;
expireDate: Date | null;
profileId: string;
}