export interface FormatterData { decoratorName: string; message: string; propertyKey: string; propertyValue: string; options?: any[]; }