UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

8 lines (7 loc) 207 B
export interface RotateTokenOut { ingestUrl: string; } export declare const RotateTokenOutSerializer: { _fromJsonObject(object: any): RotateTokenOut; _toJsonObject(self: RotateTokenOut): any; };