Type Alias UserCreateOrConnectWithoutKickAccountInput

UserCreateOrConnectWithoutKickAccountInput: {
    create: XOR<UserCreateWithoutKickAccountInput, UserUncheckedCreateWithoutKickAccountInput>;
    where: UserWhereUniqueInput;
}