UNPKG

@savantly/ngx-graphexp

Version:

Gremlin client [Tinkerpop] for an Angular app

6 lines (5 loc) 125 B
import { KV } from '../graphexp.service'; export declare class GremlinNode { label: string; properties: KV[]; }