| 325 | } |
| 326 | |
| 327 | export interface HttpApiCallPayload { |
| 328 | type: 'http-gateway'; |
| 329 | readonly config: HttpApiCallConfig; |
| 330 | readonly aggregatedApiCall: BaseAggregatedApiCall; |
| 331 | } |
| 332 | |
| 333 | export interface HttpSignedApiCallPayload { |
| 334 | type: 'http-signed-data-gateway'; |
nothing calls this directly
no outgoing calls
no test coverage detected