export const CLASSROOM_VISIBLE_FIELDS = [ 'name', 'building', 'floor', 'roomType', 'capacity', 'status', 'notes', ] as const;