seyfert
    Preparing search index...

    Interface ApiHandlerInternalOptions

    interface ApiHandlerInternalOptions {
        agent?: string;
        baseUrl: string;
        debug?: boolean;
        domain: string;
        smartBucket?: boolean;
        token: string;
        type: "Bearer" | "Bot";
        userAgent: string;
        workerProxy?: boolean;
    }

    Hierarchy

    • MakeRequired<ApiHandlerOptions, "baseUrl" | "domain" | "type">
      • ApiHandlerInternalOptions
    Index

    Properties

    agent?: string
    baseUrl: string
    debug?: boolean
    domain: string
    smartBucket?: boolean
    token: string
    type: "Bearer" | "Bot"
    userAgent: string
    workerProxy?: boolean