export interface ValidatorResult { result: boolean; message?: string; }