Skip to main content

github.webhookconfig

Home > @runlightyear/github > WebhookConfig

WebhookConfig type

Signature:
declare type WebhookConfig = {
url: string;
contentType?: "json";
secret?: string;
insecureSSL?: string | number;
token?: string;
digest?: string;
};