We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0950abc commit 85c749cCopy full SHA for 85c749c
1 file changed
app/flags/types.ts
@@ -1,6 +1,8 @@
1
export type FlagValue = any;
2
3
export type FlagName =
4
+ /** Whether debug UI like the configurator debug panel is shown */
5
+ | "debug"
6
/** Whether we can search by termsets */
7
| "search.termsets"
8
/** Whether we can add dataset from shared dimensions */
0 commit comments