| 1443 | |
| 1444 | import { ClientInterfaceApiRequestFactory, ClientInterfaceApiResponseProcessor} from "../apis/ClientInterfaceApi"; |
| 1445 | export class PromiseClientInterfaceApi { |
| 1446 | private api: ObservableClientInterfaceApi |
| 1447 | |
| 1448 | public constructor( |
nothing calls this directly
no outgoing calls
no test coverage detected