refactor: add type date accepted and submitted

This commit is contained in:
Thanaphon Frappet 2025-01-09 17:21:16 +07:00
parent acfffd9188
commit 264da36e8a

View file

@ -63,6 +63,8 @@ export interface UserTask {
taskOrderId: string;
userId: string;
userTaskStatus: UserTaskStatus;
acceptedAt?: Date | string;
submittedAt?: Date | string;
}
export interface Institution {