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

Interface UserCredentials

frontend/cypress/global.d.ts:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 }
10
11 interface UserCredentials {
12 email: string;
13 password: string;
14 }
15
16 interface IEnvironment {
17 name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected