UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

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