Type Alias UserCreateNestedOneWithoutPremiumInput

UserCreateNestedOneWithoutPremiumInput: {
    connect?: UserWhereUniqueInput;
    connectOrCreate?: UserCreateOrConnectWithoutPremiumInput;
    create?: XOR<UserCreateWithoutPremiumInput, UserUncheckedCreateWithoutPremiumInput>;
}