UNPKG

253 BTypeScriptView Raw
1import { ExposeOptions } from "./ExposeExcludeOptions";
2export declare class ExposeMetadata {
3 target: Function;
4 propertyName: string;
5 options: ExposeOptions;
6 constructor(target: Function, propertyName: string, options: ExposeOptions);
7}