Type alias GremlinFormattedObject

GremlinFormattedObject: {
    IN?: Record<string, GremlinValueType>;
    OUT?: Record<string, GremlinValueType>;
} & {
    id?: string;
    label?: string;
} & Record<string, GremlinValueType>

Generated using TypeDoc