| 253 | } |
| 254 | |
| 255 | export interface HttpSignedDataApiCallSuccessResponse { |
| 256 | success: true; |
| 257 | data: { timestamp: string; encodedValue: string; signature: string }; |
| 258 | } |
| 259 | |
| 260 | export interface SignOevDataResponse { |
| 261 | success: true; |
nothing calls this directly
no outgoing calls
no test coverage detected