| 1 | import { create } from "@bufbuild/protobuf"; |
| 2 | import { v4 as uuidv4 } from "uuid"; |
| 3 | import type { ConditionGroupExpr } from "@/plugins/cel"; |
| 4 | import { ExprType, type Factor, SQLTypeList, wrapAsGroup } from "@/plugins/cel"; |
nothing calls this directly
no test coverage detected