UNPKG

cypher-engine

Version:

Cypher Engine to generate Cypher queries

7 lines (6 loc) 191 B
import { Property } from './Property'; export declare class SetProperty { variableName: string; property: Property; constructor(variableName: string, updateProperty: Property); }