Interface IRoomDirectoryOptions

Hierarchy

  • IRoomDirectoryOptions

Properties

filter?: {
    generic_search_term?: string;
    room_types?: (null | RoomType)[];
}

Type declaration

  • Optional generic_search_term?: string
  • Optional room_types?: (null | RoomType)[]
include_all_networks?: boolean
limit?: number
server?: string
since?: string
third_party_instance_id?: string

Generated using TypeDoc