Type Alias UserUpdateToOneWithWhereWithoutLinkedRolesInput

UserUpdateToOneWithWhereWithoutLinkedRolesInput: {
    data: XOR<UserUpdateWithoutLinkedRolesInput, UserUncheckedUpdateWithoutLinkedRolesInput>;
    where?: UserWhereInput;
}