UNPKG

probot

Version:

A framework for building GitHub Apps to automate and improve your workflow

6 lines (5 loc) 196 B
export declare function importView({ name, GH_HOST, WEBHOOK_PROXY_URL, }: { name?: string | undefined; GH_HOST: string | undefined; WEBHOOK_PROXY_URL?: string | undefined; }): string;