แก้ไขประวัติการศึกษา

This commit is contained in:
Warunee Tamkoo 2024-02-07 18:35:51 +07:00
parent d6545569d9
commit 8f81cb2c32
3 changed files with 25 additions and 24 deletions

View file

@ -20,7 +20,7 @@ interface RequestItemsObject {
other: string;
fundName: string;
isDate: string | null;
finishDate: Date;
finishDate: Date | null;
startDate: number;
endDate: number;
startDate2: Date;

View file

@ -15,7 +15,7 @@ interface ResponseObject {
other: string;
fundName: string;
isDate: string | null;
finishDate: Date;
finishDate: Date | null | string;
startDate: number;
endDate: number;
startDate2: Date;