UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

7 lines (6 loc) 184 B
export interface SlackConfigOut { } export declare const SlackConfigOutSerializer: { _fromJsonObject(object: any): SlackConfigOut; _toJsonObject(self: SlackConfigOut): any; };