E621
    Preparing search index...

    Interface InstanceOptions

    interface InstanceOptions {
        authKey: string | null;
        authUser: string | null;
        baseURL: string;
        requestTimeout: number;
        statusCheckURL: string;
        userAgent: string;
        userAgentInQuery: boolean;
    }
    Index
    authKey: string | null
    authUser: string | null
    baseURL: string
    requestTimeout: number
    statusCheckURL: string
    userAgent: string
    userAgentInQuery: boolean