We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf7d574 commit 62ef764Copy full SHA for 62ef764
specification/query_rules/list_rulesets/types.ts
@@ -31,7 +31,12 @@ export class QueryRulesetListItem {
31
rule_total_count: integer
32
33
/**
34
- * A map of criteria type to the number of rules of that type
+ * A map of criteria type (e.g. exact) to the number of rules of that type
35
*/
36
rule_criteria_types_counts: Dictionary<string, integer>
37
+
38
+ /**
39
+ * A map of rule type (e.g. pinned) to the number of rules of that type
40
+ */
41
+ rule_type_counts: Dictionary<string, integer>
42
}
0 commit comments