UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

12 lines (11 loc) 258 B
export interface StreamIn { metadata?: { [key: string]: string; }; name: string; uid?: string | null; } export declare const StreamInSerializer: { _fromJsonObject(object: any): StreamIn; _toJsonObject(self: StreamIn): any; };