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