UNPKG

attio-js

Version:

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

7 lines 238 B
import { ClientSDK } from "../lib/sdks.js"; import { Values } from "./values.js"; export declare class EntriesAttributes extends ClientSDK { private _values?; get values(): Values; } //# sourceMappingURL=entriesattributes.d.ts.map