UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

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