export interface IValidationMessage { readonly property: string | number | symbol readonly message: string }