UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

7 lines (6 loc) 186 B
export interface SlackConfigOut { } export declare const SlackConfigOutSerializer: { _fromJsonObject(_object: any): SlackConfigOut; _toJsonObject(_self: SlackConfigOut): any; };