| 3 | * the same way. |
| 4 | */ |
| 5 | export interface EnvironmentSchema { |
| 6 | name: 'production' | 'development'; |
| 7 | enableAnimations: boolean; |
| 8 | activateScanner: boolean; |
| 9 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…