Interface IRoomMemberCountCondition

interface IRoomMemberCountCondition {
    is: AnyMemberCountCondition;
    kind: RoomMemberCount;
    [k: string]: any;
}

Hierarchy (View Summary)

Indexable

  • [k: string]: any

Properties

Properties