UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

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