UNPKG

attio-js

Version:

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

12 lines 437 B
import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import { GetV2SelfResponse } from "../models/operations/getv2self.js"; export declare class Meta extends ClientSDK { /** * Identify * * @remarks * Identify the current access token, the workspace it is linked to, and any permissions it has. */ identify(options?: RequestOptions): Promise<GetV2SelfResponse>; } //# sourceMappingURL=meta.d.ts.map