UNPKG

gremlin-helper

Version:

A wrapper around the gremlin client to introduce model validation and other useful functionality to use within a web api.

7 lines (6 loc) 190 B
import { Op } from './Ops'; import { SchemaType } from './Schema'; export declare type ModelTypeOps = { [P in SchemaType]: Op<any>; }; export declare const defaultTypeOps: ModelTypeOps;