obby-client for TypeScript
    Preparing search index...

    Type Alias Membership

    What one member holds in one channel.

    Only the channel-specific part. Who they are, what account they hold and whether they are away are the same everywhere, so they live once on [Person] rather than being copied into every channel they are in and drifting apart.

    type Membership = {
        prefixes: string;
    }
    Index
    prefixes: string

    The prefix characters they hold here, highest rank first.