no message
This commit is contained in:
parent
d20ef87c5e
commit
30b526a875
4 changed files with 35 additions and 5 deletions
|
|
@ -27,6 +27,7 @@ interface RequestItemsObject {
|
|||
endDate2: Date|null;
|
||||
createdFullName: string;
|
||||
createdAt: Date;
|
||||
note: string;
|
||||
}
|
||||
|
||||
//columns
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ interface ResponseObject {
|
|||
endDate2: Date;
|
||||
createdFullName: string;
|
||||
createdAt: Date;
|
||||
note: string;
|
||||
}
|
||||
|
||||
export type { ResponseObject };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue