UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

12 lines (11 loc) 278 B
export interface StreamPatch { description?: string; metadata?: { [key: string]: string; }; uid?: string | null; } export declare const StreamPatchSerializer: { _fromJsonObject(object: any): StreamPatch; _toJsonObject(self: StreamPatch): any; };