interface BuildingStorey {
    floor: number;
    name: string;
    qid: string;
}

Properties

Properties

floor: number
name: string
qid: string