9 lines
559 B
JavaScript
9 lines
559 B
JavaScript
|
|
"use strict";
|
||
|
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
||
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||
|
|
exports.Organization = exports.Admin = void 0;
|
||
|
|
var admin_1 = require("./admin.js");
|
||
|
|
Object.defineProperty(exports, "Admin", { enumerable: true, get: function () { return admin_1.Admin; } });
|
||
|
|
var index_1 = require("./organization/index.js");
|
||
|
|
Object.defineProperty(exports, "Organization", { enumerable: true, get: function () { return index_1.Organization; } });
|
||
|
|
//# sourceMappingURL=index.js.map
|