| 52 | } |
| 53 | |
| 54 | export interface ClientResponse { |
| 55 | clients: NameCountResponse[] |
| 56 | versions: NameCountResponse[] |
| 57 | operatingSystems: NameCountResponse[] |
| 58 | languages: NameCountResponse[] |
| 59 | } |
| 60 | |
| 61 | export interface ClientDatabase { |
| 62 | obj: {[key: number]: Client} |
nothing calls this directly
no outgoing calls
no test coverage detected