UNPKG

neogm

Version:

TypeScript-first Neo4j Object Graph Mapper (OGM) for building type-safe graph database applications

4 lines 247 B
import 'reflect-metadata'; import { RelationshipOptions } from './types'; export declare function Relationship(type: string, target: () => any, options?: RelationshipOptions): PropertyDecorator; //# sourceMappingURL=relationship.decorator.d.ts.map