refactor: update type imports to use 'type' for better TypeScript compatibility across the codebase

This commit is contained in:
2026-05-11 19:06:54 +02:00
parent fd18692110
commit 5ac2dc5277
40 changed files with 75 additions and 74 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
import { Prisma } from "@/generated/prisma/client"
import type { Prisma } from "@/generated/prisma/client"
import { paginate } from "@/lib/paginate"
import prisma from "@/lib/prisma"
import {
import type {
Item,
ItemSummary,
ItemWithAssetAndMovementCount,