Variable: AddUserToGroupSchema
ts
const AddUserToGroupSchema: ZodObject<{
accountId: ZodOptional<ZodString>;
groupId: ZodOptional<ZodString>;
groupname: ZodOptional<ZodString>;
}, $strip>;Defined in: src/cloud/parameters/addUserToGroup.ts:4