probot
    Preparing search index...

    Type Alias MiddlewareOptions

    type MiddlewareOptions = {
        probot: Probot;
        webhooksPath?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    probot: Probot
    webhooksPath?: string