UNPKG

furystack-core

Version:
6 lines (5 loc) 340 B
import { ForeignKeyDescriptorEntry } from "./ForeignKeyDescriptorEntry"; export declare function isForeignKeyDescriptorEntry(descriptor: any): descriptor is ForeignKeyDescriptorEntry; export declare function ForeignKey<T>(foreignClassType: { new (): T; }, foreignKeyFieldName: string): (target: any, propertyName: string) => void;