attio-js
Version:
Developer-friendly & type-safe JS/TS SDK based on the official OpenAPI spec of Attio.
15 lines • 540 B
JavaScript
;
/*
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.EntriesAttributes = void 0;
const sdks_js_1 = require("../lib/sdks.js");
const values_js_1 = require("./values.js");
class EntriesAttributes extends sdks_js_1.ClientSDK {
get values() {
return (this._values ?? (this._values = new values_js_1.Values(this._options)));
}
}
exports.EntriesAttributes = EntriesAttributes;
//# sourceMappingURL=entriesattributes.js.map