| 303 | export type RegularAggregatedApiCallWithResponse = RegularAggregatedApiCall & RegularApiCallResponse; |
| 304 | |
| 305 | export interface HttpSignedDataAggregatedApiCall extends BaseAggregatedApiCall { |
| 306 | id: string; |
| 307 | endpointId: string; |
| 308 | templateId: string; |
| 309 | template: ApiCallTemplate; |
| 310 | } |
| 311 | |
| 312 | export type HttpApiCallConfig = Pick<Config, 'ois' | 'apiCredentials'>; |
| 313 |
nothing calls this directly
no outgoing calls
no test coverage detected