UNPKG

attio-js

Version:

Developer-friendly & type-safe JS/TS SDK based on the official OpenAPI spec of Attio.

14 lines (11 loc) 327 B
/* * 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 { private _values?: Values; get values(): Values { return (this._values ??= new Values(this._options)); } }