| 1 | import { column, idColumn, table, type AnyColumn, type AnyTable } from "@executor-js/fumadb/schema"; |
| 2 | import type { Condition, ConditionBuilder } from "@executor-js/fumadb/query"; |
| 3 | |
| 4 | import { StorageError, type FumaRow } from "./fuma-runtime"; |
nothing calls this directly
no test coverage detected