UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

8 lines (7 loc) 204 B
export interface GithubConfig { secret?: string | null; } export declare const GithubConfigSerializer: { _fromJsonObject(object: any): GithubConfig; _toJsonObject(self: GithubConfig): any; };