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 0952059 commit f770749Copy full SHA for f770749
src/uiFactory/types.ts
@@ -41,6 +41,7 @@ export interface UIFactory<H extends string = CommonIssueType> {
41
countHealthcheckIssuesByType: (issueTrees: IssuesTree[]) => Record<H, number>;
42
};
43
hasAccess?: boolean;
44
+ hideGrantAccess?: boolean;
45
yaMetricaMap?: Record<string, number>;
46
47
useDatabaseId?: boolean;
0 commit comments