Result object containing the network response data.
Type Declaration
[key: string]:unknown
Remarks
The result type is Record<string, unknown> as response bodies are always
returned as objects. String responses from the native bridge are automatically
parsed to JSON.
Result object containing the network response data.