fix(SW-190): moved types from output to own file inside /types

This commit is contained in:
Erik Tiekstra
2024-08-15 12:32:56 +02:00
parent b073b0ae73
commit 33460d8e87
3 changed files with 18 additions and 15 deletions
@@ -6,16 +6,16 @@ import { contentstackExtendedProcedureUID, router } from "@/server/trpc"
import { makeImageVaultImage } from "@/utils/imageVault"
import {
ContentPage,
ContentPageDataRaw,
validateContentPageSchema,
} from "./output"
import { validateContentPageSchema } from "./output"
import {
TrackingChannelEnum,
TrackingSDKPageData,
} from "@/types/components/tracking"
import {
ContentPage,
ContentPageDataRaw,
} from "@/types/trpc/routers/contentstack/contentPage"
export const contentPageQueryRouter = router({
get: contentstackExtendedProcedureUID.query(async ({ ctx }) => {