| 3 | import { Message } from '../../src/constants' |
| 4 | |
| 5 | export interface E2EClient { |
| 6 | name: string, |
| 7 | client: DeepstreamClient, |
| 8 | [index: string]: any |
| 9 | } |
| 10 | |
| 11 | const clients: { [index: string]: E2EClient } = {} |
| 12 |
nothing calls this directly
no outgoing calls
no test coverage detected