import { IPosition } from './IPosition'; export interface INaviSPosition { floorId?: string; position?: IPosition | null; }