export interface Validator { decoratorName: string; message: string; options?: any[]; method: (input: any, obj?: Record, ...options: any) => Promise; }