import { Type } from "@tsed/core"; export interface ParamOptions { dataPath: string; paramType: string; expression?: string; useType?: Type; useMapper?: boolean; useValidation?: boolean; [key: string]: any; }