// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. // TODO: remove this export class MultipartBody { constructor(public body: any) {} get [Symbol.toStringTag](): string { return 'MultipartBody'; } }