Interface QueryType

interface QueryType {
    queryType: JSONOutput.ReferenceType;
    type: "query";
}

Hierarchy (view full)

Properties

Properties

type: "query" = "query"