MCPcopy
hub / github.com/Unleash/unleash / AddFlexibleRolloutStrategyOptions

Interface AddFlexibleRolloutStrategyOptions

frontend/cypress/global.d.ts:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3declare namespace Cypress {
4 interface AddFlexibleRolloutStrategyOptions {
5 featureToggleName: string;
6 project?: string;
7 environment?: string;
8 stickiness?: string;
9 }
10
11 interface UserCredentials {
12 email: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected