UNPKG

@allgemein/schema-api

Version:
9 lines (8 loc) 215 B
import { MERGE_TYPE, METADATA_TYPE } from '../lib/Constants'; export interface IPropertyExtentions { type: METADATA_TYPE; object: Function; property?: string; options: any; merge?: MERGE_TYPE; }