| 810 | |
| 811 | import { AutomationApiRequestFactory, AutomationApiResponseProcessor} from "../apis/AutomationApi"; |
| 812 | export class PromiseAutomationApi { |
| 813 | private api: ObservableAutomationApi |
| 814 | |
| 815 | public constructor( |
nothing calls this directly
no outgoing calls
no test coverage detected