generated from ShadowVR/AI_botter
11 lines
No EOL
317 B
JavaScript
11 lines
No EOL
317 B
JavaScript
"use strict";
|
|
// File generated from our OpenAPI spec by Stainless.
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.APIResource = void 0;
|
|
class APIResource {
|
|
constructor(client) {
|
|
this._client = client;
|
|
}
|
|
}
|
|
exports.APIResource = APIResource;
|
|
//# sourceMappingURL=resource.js.map
|