svix
Version:
Svix webhooks API client and webhook verification library
9 lines (8 loc) • 309 B
TypeScript
export interface IngestEndpointTransformationPatch {
code?: string | null;
enabled?: boolean;
}
export declare const IngestEndpointTransformationPatchSerializer: {
_fromJsonObject(object: any): IngestEndpointTransformationPatch;
_toJsonObject(self: IngestEndpointTransformationPatch): any;
};