UNPKG

sedk-neo4j

Version:

Cypher builder and validator for Neo4j

6 lines (5 loc) 265 B
import { Variable } from '../Variable'; import { Label } from '../Label'; import { Asterisk } from '../singletoneConstants'; export declare type VarLabels = [(Variable | Label), ...Label[]]; export declare type ReturnItems = Variable[] | [...Variable[], Asterisk];