gremlin
    Preparing search index...

    Type Alias VertexProperties<TLabel, TValue, TProperties, TId>

    VertexProperties: [
        VertexProperty<TLabel, TValue, TProperties, TId>,
        ...VertexProperty<TLabel, TValue, TProperties, TId>[],
    ]

    Type Parameters

    • TLabel extends string = string
    • TValue = any
    • TProperties extends Record<string, any> = Record<string, any>
    • TId = any