| 13 | } |
| 14 | |
| 15 | export interface Filter { |
| 16 | name?: string |
| 17 | version?: Partial<Version> |
| 18 | os?: Partial<OperatingSytem> |
| 19 | runtime?: Partial<Runtime> |
| 20 | } |
| 21 | |
| 22 | export interface Runtime { |
| 23 | name?: string; |
nothing calls this directly
no outgoing calls
no test coverage detected