interface IJoinedRoomsResponse {
    joined_rooms: string[];
}

Properties

Properties

joined_rooms: string[]