no message
This commit is contained in:
parent
2dd7d8988f
commit
41b8c39045
3 changed files with 3 additions and 3 deletions
|
|
@ -19,7 +19,7 @@ interface RequestItemsObject {
|
|||
durationYear: number;
|
||||
other: string;
|
||||
fundName: string;
|
||||
isDate: string;
|
||||
isDate: string | null;
|
||||
finishDate: Date;
|
||||
startDate: number;
|
||||
endDate: number;
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ interface ResponseObject {
|
|||
durationYear: number;
|
||||
other: string;
|
||||
fundName: string;
|
||||
isDate: string;
|
||||
isDate: string | null;
|
||||
finishDate: Date;
|
||||
startDate: number;
|
||||
endDate: number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue