Traqula
    Preparing search index...
    interface Describe {
        input: Algebra.Operation;
        metadata?: Record<string, unknown>;
        terms: (Variable | NamedNode<string>)[];
        type: DESCRIBE;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    metadata?: Record<string, unknown>
    terms: (Variable | NamedNode<string>)[]
    type: DESCRIBE