UNPKG

@docusign/iam-sdk

Version:

Developer-friendly & type-safe Typescript SDK specifically catered to leverage *@docusign/iam-sdk* API.

14 lines (11 loc) 351 B
/* * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. */ import { ClientSDK } from "../lib/sdks.js"; import { Agreements } from "./agreements.js"; export class Navigator extends ClientSDK { private _agreements?: Agreements; get agreements(): Agreements { return (this._agreements ??= new Agreements(this._options)); } }