UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

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