| 2590 | |
| 2591 | import { InternalServerOrgAPIApiRequestFactory, InternalServerOrgAPIApiResponseProcessor} from "../apis/InternalServerOrgAPIApi"; |
| 2592 | export class PromiseInternalServerOrgAPIApi { |
| 2593 | private api: ObservableInternalServerOrgAPIApi |
| 2594 | |
| 2595 | public constructor( |
nothing calls this directly
no outgoing calls
no test coverage detected