github.githubwebhooksubscribeprops
Home > @runlightyear/github > GitHubWebhookSubscribeProps
GitHubWebhookSubscribeProps type
Signature:declare type GitHubWebhookSubscribeProps = {
owner: string;
repo: string;
events: Array<WebhookEvent>;
};