export type FormValidators = Record; export type FormValidator = () => boolean | string;