probot
    Preparing search index...

    Type Alias State

    type State = {
        appId?: number;
        baseUrl?: string;
        cache?: LRUCache<number, string>;
        githubToken?: string;
        host?: string;
        log: Logger;
        octokit: ProbotOctokit;
        Octokit: typeof ProbotOctokit;
        port?: number;
        privateKey?: string;
        request?: RequestRequestOptions;
        webhookPath: string;
        webhooks: { secret?: string };
    }
    Index

    Properties

    appId?: number
    baseUrl?: string
    cache?: LRUCache<number, string>
    githubToken?: string
    host?: string
    log: Logger
    octokit: ProbotOctokit
    Octokit: typeof ProbotOctokit
    port?: number
    privateKey?: string
    request?: RequestRequestOptions
    webhookPath: string
    webhooks: { secret?: string }