| 1 | export interface Environment1 extends GenericEnvironment< |
| 2 | SomeType, |
| 3 | AnotherType, |
| 4 | YetAnotherType, |
| 5 | > { |
| 6 | m(): void; |
| 7 | }; |
| 8 | export class Environment1____ extends GenericEnvironment< |
| 9 | SomeType, |
| 10 | AnotherType, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…