UNPKG

@savantly/ngx-gremlin

Version:

Gremlin client [Tinkerpop] for an Angular app

11 lines (10 loc) 211 B
export declare class TinkerNode { id: string; label: string; type: string; inVLabel: string; outVLabel: string; inV: number; outV: number; constructor(options?: any); }