Type Alias UserPremiumUncheckedUpdateOneWithoutUserNestedInput

UserPremiumUncheckedUpdateOneWithoutUserNestedInput: {
    connect?: UserPremiumWhereUniqueInput;
    connectOrCreate?: UserPremiumCreateOrConnectWithoutUserInput;
    create?: XOR<UserPremiumCreateWithoutUserInput, UserPremiumUncheckedCreateWithoutUserInput>;
    delete?: UserPremiumWhereInput | boolean;
    disconnect?: UserPremiumWhereInput | boolean;
    update?: XOR<XOR<UserPremiumUpdateToOneWithWhereWithoutUserInput, UserPremiumUpdateWithoutUserInput>, UserPremiumUncheckedUpdateWithoutUserInput>;
    upsert?: UserPremiumUpsertWithoutUserInput;
}