Type Alias UserBirthdayUncheckedCreateNestedOneWithoutUserInput

UserBirthdayUncheckedCreateNestedOneWithoutUserInput: {
    connect?: UserBirthdayWhereUniqueInput;
    connectOrCreate?: UserBirthdayCreateOrConnectWithoutUserInput;
    create?: XOR<UserBirthdayCreateWithoutUserInput, UserBirthdayUncheckedCreateWithoutUserInput>;
}