# ArgDescription.type property · @imqueue/rpc

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

Legacy duplicate of [ArgDescription.tsType](https://imqueue.org/api/rpc/latest/rpc.argdescription.tstype/) — always the identical string.

**Signature:**

```typescript
type: string;
```

## Remarks

Despite the pairing there is no wire-type/language-type distinction here. This field is only read to recognise the framework's own [IMQDelay](https://imqueue.org/api/rpc/latest/rpc.imqdelay/) and [IMQMetadata](https://imqueue.org/api/rpc/latest/rpc.imqmetadata/) argument slots. Treat `tsType` as the single source of truth.

