refactor: add type date accepted and submitted
This commit is contained in:
parent
acfffd9188
commit
264da36e8a
1 changed files with 2 additions and 0 deletions
|
|
@ -63,6 +63,8 @@ export interface UserTask {
|
|||
taskOrderId: string;
|
||||
userId: string;
|
||||
userTaskStatus: UserTaskStatus;
|
||||
acceptedAt?: Date | string;
|
||||
submittedAt?: Date | string;
|
||||
}
|
||||
|
||||
export interface Institution {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue