import { InputOptions } from '../options'; export interface InputMetadata { target: Function; propertyName: string; options: InputOptions; }