| 2 | |
| 3 | declare 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; |
nothing calls this directly
no outgoing calls
no test coverage detected