# IMQRPCResponse.data property · @imqueue/rpc

Source: https://imqueue.org/api/rpc/latest/rpc.imqrpcresponse.data/
Published: 2026-08-04
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/rpc 3.5.3 — generated reference, not hand-written

The value the service method returned, as JSON.

**Signature:**

```typescript
data: JsonObject | null;
```

## Remarks

Despite the `JsonObject` annotation this may be any JSON value — primitive, array or object — and the key is absent from the delivered message when the method returned nothing. It is `null` on the initial response skeleton and stays `null` when the call failed.

