MultipartBody.d.ts 251 B

123456789
  1. /**
  2. * Disclaimer: modules in _shims aren't intended to be imported by SDK users.
  3. */
  4. export declare class MultipartBody {
  5. body: any;
  6. constructor(body: any);
  7. get [Symbol.toStringTag](): string;
  8. }
  9. //# sourceMappingURL=MultipartBody.d.ts.map