diff --git a/index.ts b/index.ts index 99c6a22..a705876 100644 --- a/index.ts +++ b/index.ts @@ -29,11 +29,11 @@ import { queryGeneric, } from "convex/server"; import { - convexToJson, GenericId, - jsonToConvex, JSONValue, Value, + convexToJson, + jsonToConvex, } from "convex/values"; import { createHash } from "crypto"; import { compareValues } from "./compare.js";