UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

11 lines (10 loc) 328 B
export interface EndpointDeletedEventData { appId: string; appUid?: string | null; endpointId: string; endpointUid?: string | null; } export declare const EndpointDeletedEventDataSerializer: { _fromJsonObject(object: any): EndpointDeletedEventData; _toJsonObject(self: EndpointDeletedEventData): any; };