UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

14 lines (13 loc) 377 B
export interface StreamEventTypeOut { archived: boolean; createdAt: Date; deprecated: boolean; description?: string | null; featureFlags?: string[] | null; name: string; updatedAt: Date; } export declare const StreamEventTypeOutSerializer: { _fromJsonObject(object: any): StreamEventTypeOut; _toJsonObject(self: StreamEventTypeOut): any; };