import { TypeInfo } from '../common/TypeInfo'; export interface DecoratorParameterInfo { value: string; type: TypeInfo; }