We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cb3169 commit 2774f48Copy full SHA for 2774f48
2 files changed
packages/database/src/crossAppContracts.ts
@@ -1,4 +1,4 @@
1
-import type { ContentType } from "@repo/content-model";
+import type { ContentType } from "@repo/content-model/constants";
2
import { Enums } from "./dbTypes";
3
4
export type LocalRef = {
packages/database/src/lib/sharedNodes.ts
-import { isSupportedContentType } from "@repo/content-model";
+import { isSupportedContentType } from "@repo/content-model/constants";
import type { CrossAppNode } from "../crossAppContracts";
import type { DGSupabaseClient } from "./client";
import { getAvailableGroupIds } from "./groups";
0 commit comments