Type Alias UserPremiumCreateOrConnectWithoutUserInput

UserPremiumCreateOrConnectWithoutUserInput: {
    create: XOR<UserPremiumCreateWithoutUserInput, UserPremiumUncheckedCreateWithoutUserInput>;
    where: UserPremiumWhereUniqueInput;
}