Briyah SDK - v2.0.6
    Preparing search index...

    Interface RoomInfo

    interface RoomInfo {
        agentCount: number;
        goal: string;
        id: string;
        name: string;
        pack?: string;
        totalCost?: number;
    }
    Index
    agentCount: number
    goal: string
    id: string
    name: string
    pack?: string

    The pack this room is filed under. See AgentInfo.pack.

    totalCost?: number