UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

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