import { ValidationResult } from "./ValidationResult"; export type Validation = (value: T) => ValidationResult | Promise;