Type AliasServerOptions

ServerOptions: {
    cwd?: string;
    host?: string;
    log?: Logger;
    loggingOptions?: LoggingOptions;
    port?: number;
    Probot: typeof Probot;
    request?: RequestRequestOptions;
    webhookPath?: string;
    webhookProxy?: string;
}