export type Validator = (value: string) => Record; export type OneFieldValidator = (value: string) => Record | undefined;