Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s
4 lines
108 B
TypeScript
4 lines
108 B
TypeScript
import { z } from "zod";
|
|
|
|
export const editorContentSchema = z.any(); // TODO: define editor content schema
|