import { ResultType } from '../types'; export interface ResultMetadataArgs { target: Function; method: string; type: ResultType; }