export enum SessionStatus {
SCHEDULED = 'SCHEDULED',
OPEN = 'OPEN',
CLOSED = 'CLOSED',
CANCELLED = 'CANCELLED',
}