generated from ShadowVR/AI_botter
9 lines
251 B
TypeScript
9 lines
251 B
TypeScript
|
/**
|
||
|
* 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
|