ValidationRules type
Zod suffixes per model per field, as the schema's @validate declared.
Signature:
export type ValidationRules = Record<string, Record<string, string>>;
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.