import Dictionary from '../Dictionary'; import ResponseValidationProcessor from './ResponseValidationProcessor'; interface ExtraArguments extends Dictionary { response: ResponseValidationProcessor; [key: string]: any; } export default ExtraArguments;