svix
Version:
Svix webhooks API client and webhook verification library
16 lines (11 loc) • 314 B
text/typescript
// this file is @generated
// biome-ignore-all lint/suspicious/noEmptyInterface: backwards compat
export interface ZoomConfigOut {}
export const ZoomConfigOutSerializer = {
_fromJsonObject(_object: any): ZoomConfigOut {
return {};
},
_toJsonObject(_self: ZoomConfigOut): any {
return {};
},
};