Type Alias UserBirthdayUpdateToOneWithWhereWithoutUserInput

UserBirthdayUpdateToOneWithWhereWithoutUserInput: {
    data: XOR<UserBirthdayUpdateWithoutUserInput, UserBirthdayUncheckedUpdateWithoutUserInput>;
    where?: UserBirthdayWhereInput;
}