Result object containing the network response data.
The result type is Record<string, unknown> as response bodies are always returned as objects. String responses from JSBridge are automatically parsed to JSON.
Record<string, unknown>
JSBridge
Result object containing the network response data.