UNPKG

probot

Version:

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

8 lines (7 loc) 280 B
export declare function setupView({ name, description, version, createAppUrl, manifest, }: { name?: string | undefined; description?: string | undefined; version?: string | undefined; createAppUrl: string | undefined; manifest: string | undefined; }): string;