@playlive/twitch-shared
    Preparing search index...

    Interface TwitchUser

    Minimal user shape returned by Helix GET /helix/users?login=… (the only fields the chatbot reads).

    interface TwitchUser {
        display_name: string;
        id: string;
        login: string;
    }
    Index
    display_name: string
    id: string
    login: string