| 39 | } |
| 40 | |
| 41 | export interface ClientDetail { |
| 42 | label?: string; |
| 43 | version?: Version; |
| 44 | os?: OperatingSytem; |
| 45 | runtime?: Runtime; |
| 46 | } |
| 47 | |
| 48 | export interface Client extends ClientDetail { |
| 49 | primaryKey: number; |
nothing calls this directly
no outgoing calls
no test coverage detected