probot
    Preparing search index...

    Type Alias ApplicationFunction

    ApplicationFunction: (
        app: Probot,
        options: ApplicationFunctionOptions,
    ) => void | Promise<void>

    Type declaration