probot
    Preparing search index...

    Interface Options

    interface Options {
        appId?: string | number;
        baseUrl?: string;
        githubToken?: string;
        host?: string;
        log?: Logger;
        logLevel?: "fatal" | "error" | "warn" | "info" | "debug" | "trace";
        logMessageKey?: string;
        Octokit?: typeof Octokit & Constructor<
            {} & {} & RestEndpointMethods & Api & API,
        >;
        port?: number;
        privateKey?: string;
        redisConfig?: string
        | RedisOptions;
        request?: RequestRequestOptions;
        secret?: string;
        webhookPath?: string;
    }
    Index

    Properties

    appId?: string | number
    baseUrl?: string
    githubToken?: string
    host?: string
    log?: Logger
    logLevel?: "fatal" | "error" | "warn" | "info" | "debug" | "trace"
    logMessageKey?: string
    Octokit?: typeof Octokit & Constructor<
        {} & {} & RestEndpointMethods & Api & API,
    >
    port?: number
    privateKey?: string
    redisConfig?: string | RedisOptions
    request?: RequestRequestOptions
    secret?: string
    webhookPath?: string