Interface Room

interface Room {
    active: boolean;
    alternateName: string;
    backColor: string;
    foreColor: string;
    id: number;
    longName: string;
    name: string;
}

Properties

active: boolean
alternateName: string
backColor: string
foreColor: string
id: number
longName: string
name: string

Generated using TypeDoc