Type Alias UserPremiumUncheckedCreateNestedOneWithoutUserInput

UserPremiumUncheckedCreateNestedOneWithoutUserInput: {
    connect?: UserPremiumWhereUniqueInput;
    connectOrCreate?: UserPremiumCreateOrConnectWithoutUserInput;
    create?: XOR<UserPremiumCreateWithoutUserInput, UserPremiumUncheckedCreateWithoutUserInput>;
}