Type Alias UserUpdateToOneWithWhereWithoutBirthdayInput

UserUpdateToOneWithWhereWithoutBirthdayInput: {
    data: XOR<UserUpdateWithoutBirthdayInput, UserUncheckedUpdateWithoutBirthdayInput>;
    where?: UserWhereInput;
}