Type Alias UserBirthdayCreateOrConnectWithoutUserInput

UserBirthdayCreateOrConnectWithoutUserInput: {
    create: XOR<UserBirthdayCreateWithoutUserInput, UserBirthdayUncheckedCreateWithoutUserInput>;
    where: UserBirthdayWhereUniqueInput;
}