Type AliasMiddlewareOptions

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