diff --git a/src/stores/task-order/types.ts b/src/stores/task-order/types.ts index 3ad17425..12abe09f 100644 --- a/src/stores/task-order/types.ts +++ b/src/stores/task-order/types.ts @@ -63,6 +63,8 @@ export interface UserTask { taskOrderId: string; userId: string; userTaskStatus: UserTaskStatus; + acceptedAt?: Date | string; + submittedAt?: Date | string; } export interface Institution {