import { z } from "zod" import { systemSchema } from "@/server/routers/contentstack/schemas/system" export interface System { system: z.output }