| 59 | } |
| 60 | |
| 61 | export interface ClientDatabase { |
| 62 | obj: {[key: number]: Client} |
| 63 | queryData(option?: Option, filters?: Filter[]): ClientResponse |
| 64 | getRaw(): Client[] |
| 65 | } |
| 66 | |
| 67 | export interface NameCountResponse { |
| 68 | name: string |
no outgoing calls
no test coverage detected