export interface ICourse { floorId: string; location: { x: number; y: number; z: number; }; transCode: string | null; }