import { z } from "zod"; export const editorContentSchema = z.any(); // TODO: define editor content schema