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 985f3f2 commit 75d2357Copy full SHA for 75d2357
src/index.ts
@@ -152,6 +152,12 @@ export interface customEnv {
152
GATEKEEPER_URL?: string
153
FEATURE_AI_INTEGRATION_ENABLE?: boolean
154
LOGIN_PAGE_IMAGE?: string
155
+ /**
156
+ * If true, the manage traffic feature is enabled in apps & app groups.
157
+ *
158
+ * @default false
159
+ */
160
+ FEATURE_MANAGE_TRAFFIC_ENABLE?: boolean
161
}
162
declare global {
163
interface Window {
0 commit comments