Skip to content

Commit 2774f48

Browse files
committed
[ENG-1859] Avoid content model barrel in database types
1 parent 2cb3169 commit 2774f48

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/database/src/crossAppContracts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { ContentType } from "@repo/content-model";
1+
import type { ContentType } from "@repo/content-model/constants";
22
import { Enums } from "./dbTypes";
33

44
export type LocalRef = {

packages/database/src/lib/sharedNodes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { isSupportedContentType } from "@repo/content-model";
1+
import { isSupportedContentType } from "@repo/content-model/constants";
22
import type { CrossAppNode } from "../crossAppContracts";
33
import type { DGSupabaseClient } from "./client";
44
import { getAvailableGroupIds } from "./groups";

0 commit comments

Comments
 (0)