UNPKG

@tucmc/hazel

Version:
12 lines (11 loc) 251 B
export interface UserRef { break: boolean; firstname: string; lastname: string; level: string; number: string; room: string; student_id: string; title: string; } export type UserRefCollection = Record<string, UserRef>;