UNPKG

fireorm

Version:
3 lines (2 loc) 209 B
import { IEntityConstructor, IEntity } from '../types'; export declare function SubCollection(entityConstructor: IEntityConstructor, entityName?: string): (parentEntity: IEntity, propertyKey: string) => void;