UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

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