MCPcopy
hub / github.com/bitpay/wallet / EnvironmentSchema

Interface EnvironmentSchema

src/environments/schema.ts:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3 * the same way.
4 */
5export interface EnvironmentSchema {
6 name: 'production' | 'development';
7 enableAnimations: boolean;
8 activateScanner: boolean;
9}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…