Triangle.js Docs
    Preparing search index...

    Interface RoomSnapshot

    interface RoomSnapshot {
        id: string;
        public: boolean;
        type: Type;
    }
    Index

    Properties

    Properties

    id: string
    public: boolean
    type: Type