UNPKG

probot

Version:

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

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