UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

7 lines (6 loc) 188 B
export interface GithubConfigOut { } export declare const GithubConfigOutSerializer: { _fromJsonObject(object: any): GithubConfigOut; _toJsonObject(self: GithubConfigOut): any; };