Type Alias UserKickAccountCreateNestedOneWithoutSubscribedToInput

UserKickAccountCreateNestedOneWithoutSubscribedToInput: {
    connect?: UserKickAccountWhereUniqueInput;
    connectOrCreate?: UserKickAccountCreateOrConnectWithoutSubscribedToInput;
    create?: XOR<UserKickAccountCreateWithoutSubscribedToInput, UserKickAccountUncheckedCreateWithoutSubscribedToInput>;
}