UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

9 lines (8 loc) 301 B
export interface IngestEndpointTransformationOut { code?: string | null; enabled?: boolean; } export declare const IngestEndpointTransformationOutSerializer: { _fromJsonObject(object: any): IngestEndpointTransformationOut; _toJsonObject(self: IngestEndpointTransformationOut): any; };