UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

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