UNPKG

objectypes

Version:

A type-safe library to transform and validate objects

6 lines (5 loc) 161 B
import { PropertyOptions } from './property-options'; export interface PropertyMetadata extends PropertyOptions { propertyKey: string; target: Object; }