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; export declare function workspaceUserForUpdateToJSON(workspaceUserForUpdate: WorkspaceUserForUpdate): string; //# sourceMappingURL=workspaceuserforupdate.d.ts.map