| 46 | } |
| 47 | |
| 48 | export interface Client extends ClientDetail { |
| 49 | primaryKey: number; |
| 50 | name: string; |
| 51 | count: number; |
| 52 | } |
| 53 | |
| 54 | export interface ClientResponse { |
| 55 | clients: NameCountResponse[] |
nothing calls this directly
no outgoing calls
no test coverage detected