Type Alias UserKickAccountCreateOrConnectWithoutUserInput

UserKickAccountCreateOrConnectWithoutUserInput: {
    create: XOR<UserKickAccountCreateWithoutUserInput, UserKickAccountUncheckedCreateWithoutUserInput>;
    where: UserKickAccountWhereUniqueInput;
}