UNPKG

sedk-neo4j

Version:

Cypher builder and validator for Neo4j

9 lines (8 loc) 282 B
import { BaseStep } from './BaseStep'; import { ReturnItems } from './types'; import { MatchStep } from './MatchStep'; export declare class ReturnStep extends BaseStep { private readonly items; constructor(prevStep: MatchStep, items: ReturnItems); toString(): string; }