# Description.types property · @imqueue/rpc

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

Every complex type registered in the service's process.

**Signature:**

```typescript
types: TypesDescription;
```

## Remarks

This is the process-global type registry, embedded by reference and unfiltered — so it includes types this service does not use, and each becomes a generated interface in every client.

