UNPKG

@docusign/iam-sdk

Version:

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

15 lines 540 B
import * as z from "zod/v3"; export type UpdateWorkspaceBody = { /** * The updated name of the workspace */ name: string | null; }; /** @internal */ export type UpdateWorkspaceBody$Outbound = { name: string | null; }; /** @internal */ export declare const UpdateWorkspaceBody$outboundSchema: z.ZodType<UpdateWorkspaceBody$Outbound, z.ZodTypeDef, UpdateWorkspaceBody>; export declare function updateWorkspaceBodyToJSON(updateWorkspaceBody: UpdateWorkspaceBody): string; //# sourceMappingURL=updateworkspacebody.d.ts.map