UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

16 lines (11 loc) 326 B
// this file is @generated // biome-ignore-all lint/suspicious/noEmptyInterface: backwards compat export interface SegmentConfigOut {} export const SegmentConfigOutSerializer = { _fromJsonObject(_object: any): SegmentConfigOut { return {}; }, _toJsonObject(_self: SegmentConfigOut): any { return {}; }, };