UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

8 lines (7 loc) 241 B
export interface IngestEndpointSecretIn { key?: string | null; } export declare const IngestEndpointSecretInSerializer: { _fromJsonObject(object: any): IngestEndpointSecretIn; _toJsonObject(self: IngestEndpointSecretIn): any; };