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 da8cb29 commit 896f934Copy full SHA for 896f934
src/Shared/Providers/types.ts
@@ -88,7 +88,16 @@ export interface MainContext {
88
sidePanelConfig: SidePanelConfig
89
setSidePanelConfig: Dispatch<SetStateAction<SidePanelConfig>>
90
91
+ /**
92
+ * Indicates whether the current Devtron instance is running as an Enterprise edition. \
93
+ * This flag is determined based on server-side configuration.
94
+ */
95
isEnterprise: boolean
96
97
+ * Indicates whether the fe-lib modules are available in the current instance. \
98
+ * Used to conditionally render or enable features that depend on fe-lib
99
100
+ isFELibAvailable: boolean
101
}
102
103
export interface MainContextProviderProps {
0 commit comments