UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

8 lines (7 loc) 234 B
export interface OtelTracingPatchConfig { url?: string; } export declare const OtelTracingPatchConfigSerializer: { _fromJsonObject(object: any): OtelTracingPatchConfig; _toJsonObject(self: OtelTracingPatchConfig): any; };