| 247 | } |
| 248 | |
| 249 | export interface HttpGatewayApiCallPartialResponse { |
| 250 | success: true; |
| 251 | errorMessage: string; |
| 252 | data: unknown; |
| 253 | } |
| 254 | |
| 255 | export interface HttpSignedDataApiCallSuccessResponse { |
| 256 | success: true; |
nothing calls this directly
no outgoing calls
no test coverage detected