export type IAssignmentStatus = 'not-started' | 'started' | 'completed';