| 331 | } |
| 332 | |
| 333 | export interface HttpSignedApiCallPayload { |
| 334 | type: 'http-signed-data-gateway'; |
| 335 | readonly config: HttpApiCallConfig; |
| 336 | readonly aggregatedApiCall: HttpSignedDataAggregatedApiCall; |
| 337 | } |
| 338 | |
| 339 | export type ApiCallPayload = RegularApiCallPayload | HttpApiCallPayload | HttpSignedApiCallPayload; |
| 340 |
nothing calls this directly
no outgoing calls
no test coverage detected