Type Alias UserKickAccountCreateOrConnectWithoutSubscribedToInput

UserKickAccountCreateOrConnectWithoutSubscribedToInput: {
    create: XOR<UserKickAccountCreateWithoutSubscribedToInput, UserKickAccountUncheckedCreateWithoutSubscribedToInput>;
    where: UserKickAccountWhereUniqueInput;
}