This is the set of extensions that matched a supplied query through the filters given.

interface ExtensionQueryResult {
    results?: ExtensionFilterResult[];
}

Properties

Properties

For each filter supplied in the query, a filter result will be returned in the query result.