obby-client for TypeScript
    Preparing search index...

    Type Alias AllowedCommands

    The set of commands the server says we may currently use.

    The server pushes this on connect and again whenever it changes, such as after an OPER. A batch carries additions and removals together, so both are applied at once.

    type AllowedCommands = {
        available: string[];
    }
    Index
    available: string[]