UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

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