Interface RoomServerAclEventContent

interface RoomServerAclEventContent {
    allow?: string[];
    allow_ip_literals?: boolean;
    deny?: string[];
}

Properties

allow?: string[]
allow_ip_literals?: boolean
deny?: string[]