| 242 | } |
| 243 | |
| 244 | export interface HttpGatewayApiCallSuccessResponse { |
| 245 | success: true; |
| 246 | data: { values: unknown[]; rawValue: unknown; encodedValue: string }; |
| 247 | } |
| 248 | |
| 249 | export interface HttpGatewayApiCallPartialResponse { |
| 250 | success: true; |
nothing calls this directly
no outgoing calls
no test coverage detected