# TypeDescription interface · @imqueue/rpc

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

The property bag of a single exposed type: property name to property description.

**Signature:**

```typescript
export interface TypeDescription 
```

## Remarks

Despite the singular name this does not describe a whole type — the per-type record, which also carries `inherits` and `indexType`, is the value type of [TypesDescription](https://imqueue.org/api/rpc/latest/rpc.typesdescription/).

