import { ValidationValue } from "./ValidationValue"; export type ValidationValueMessage = { message: string; value: T; };