Skip to content

Commit f770749

Browse files
committed
fix: types
1 parent 0952059 commit f770749

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/uiFactory/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export interface UIFactory<H extends string = CommonIssueType> {
4141
countHealthcheckIssuesByType: (issueTrees: IssuesTree[]) => Record<H, number>;
4242
};
4343
hasAccess?: boolean;
44+
hideGrantAccess?: boolean;
4445
yaMetricaMap?: Record<string, number>;
4546

4647
useDatabaseId?: boolean;

0 commit comments

Comments
 (0)