UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

8 lines (7 loc) 192 B
export interface SlackConfig { secret: string; } export declare const SlackConfigSerializer: { _fromJsonObject(object: any): SlackConfig; _toJsonObject(self: SlackConfig): any; };