Type alias SolidQuery

SolidQuery: {
    kind: "selector.solid";
    predicates: Predicate[];
    rank: RankRule[];
}

Type declaration