Traqula
    Preparing search index...
    interface Values {
        bindings: Record<string, Literal | NamedNode<string>>[];
        metadata?: Record<string, unknown>;
        type: VALUES;
        variables: Variable[];
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    bindings: Record<string, Literal | NamedNode<string>>[]
    metadata?: Record<string, unknown>
    type: VALUES
    variables: Variable[]