# ArgDescription.tsType property · @imqueue/rpc

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

The argument's type as written in the method's JSDoc, defaulting to `'any'` when undocumented. This is what a generated client emits into the method signature. Never empty.

**Signature:**

```typescript
tsType: string;
```

