@docusign/iam-sdk
Version:
Developer-friendly & type-safe Typescript SDK specifically catered to leverage *@docusign/iam-sdk* API.
15 lines • 582 B
TypeScript
import * as z from "zod/v3";
export type WorkspaceUserForUpdate = {
/**
* The ID of the role to update to
*/
roleId?: string | undefined;
};
/** @internal */
export type WorkspaceUserForUpdate$Outbound = {
role_id?: string | undefined;
};
/** @internal */
export declare const WorkspaceUserForUpdate$outboundSchema: z.ZodType<WorkspaceUserForUpdate$Outbound, z.ZodTypeDef, WorkspaceUserForUpdate>;
export declare function workspaceUserForUpdateToJSON(workspaceUserForUpdate: WorkspaceUserForUpdate): string;
//# sourceMappingURL=workspaceuserforupdate.d.ts.map