UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

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