yolkbot
    Preparing search index...

    Interface QueryServicesLoginOK

    The successful login response from Account.queryServices

    interface QueryServicesLoginOK {
        banRemaining?: string;
        ok: true;
        playerOutput: RawLoginData;
        [key: string]: any;
    }

    Hierarchy

    Indexable

    • [key: string]: any
    Index

    Properties

    banRemaining?: string
    ok: true
    playerOutput: RawLoginData