UNPKG

@docusign/iam-sdk

Version:

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

8 lines 389 B
import { z } from "zod"; export declare const DocusignOAuthBasePathSchema: z.ZodEnum<["account-d.docusign.com", "account.docusign.com"]>; export type DocusignOAuthBasePath = z.infer<typeof DocusignOAuthBasePathSchema>; /** * Schema for validating RSA private keys */ export declare const RsaPrivateKeySchema: z.ZodEffects<z.ZodString, string, string>; //# sourceMappingURL=types.d.ts.map