UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

8 lines (7 loc) 237 B
export interface IngestEndpointSecretOut { key: string; } export declare const IngestEndpointSecretOutSerializer: { _fromJsonObject(object: any): IngestEndpointSecretOut; _toJsonObject(self: IngestEndpointSecretOut): any; };