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