Type Alias UserUpdateToOneWithWhereWithoutKickAccountInput

UserUpdateToOneWithWhereWithoutKickAccountInput: {
    data: XOR<UserUpdateWithoutKickAccountInput, UserUncheckedUpdateWithoutKickAccountInput>;
    where?: UserWhereInput;
}