attio-js
Version:
Developer-friendly & type-safe JS/TS SDK based on the official OpenAPI spec of Attio.
11 lines • 358 B
JavaScript
/*
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
*/
import { ClientSDK } from "../lib/sdks.js";
import { Values } from "./values.js";
export class EntriesAttributes extends ClientSDK {
get values() {
return (this._values ?? (this._values = new Values(this._options)));
}
}
//# sourceMappingURL=entriesattributes.js.map