import { zodValidator } from './validator.js'; /** * Utility to define your Form type as `FormApi` */ export type ZodValidator = ReturnType;