UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

10 lines (9 loc) 338 B
import { type EndpointUpdatedEventData } from "./endpointUpdatedEventData"; export interface EndpointUpdatedEvent { data: EndpointUpdatedEventData; type: string; } export declare const EndpointUpdatedEventSerializer: { _fromJsonObject(object: any): EndpointUpdatedEvent; _toJsonObject(self: EndpointUpdatedEvent): any; };