UNPKG

orb-billing

Version:

The official TypeScript library for the Orb API

10 lines (9 loc) 223 B
/** * Disclaimer: modules in _shims aren't intended to be imported by SDK users. */ export class MultipartBody { constructor(public body: any) {} get [Symbol.toStringTag](): string { return 'MultipartBody'; } }