E621
    Preparing search index...

    Interface LoginOptions

    interface LoginOptions {
        "[RawBodyShape]"?: {};
        authenticity_token: string;
        name: string;
        password: string;
        url?: string;
    }

    Hierarchy (View Summary)

    Index
    "[RawBodyShape]"?: {}
    authenticity_token: string
    name: string
    password: string
    url?: string