diff --git a/apps/api/src/routes/v1/rest/websoc/lib.ts b/apps/api/src/routes/v1/rest/websoc/lib.ts index 78407ab0..5ca473ab 100644 --- a/apps/api/src/routes/v1/rest/websoc/lib.ts +++ b/apps/api/src/routes/v1/rest/websoc/lib.ts @@ -1,4 +1,4 @@ -import { $Enums } from "@libs/db"; +import type { $Enums } from "@libs/db"; import type { Prisma } from "@libs/db"; import type { WebsocAPIOptions } from "@libs/uc-irvine-lib/websoc"; import { notNull } from "@libs/utils"; diff --git a/services/websoc-scraper-v2/index.ts b/services/websoc-scraper-v2/index.ts index 582a1e20..1709728a 100644 --- a/services/websoc-scraper-v2/index.ts +++ b/services/websoc-scraper-v2/index.ts @@ -1,4 +1,4 @@ -import { $Enums } from "@libs/db"; +import type { $Enums } from "@libs/db"; import { PrismaClient } from "@libs/db"; import { getTermDateData } from "@libs/uc-irvine-lib/registrar"; import type {