# ServiceClassDescription.inherits property · @imqueue/rpc

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

Name of the class this one extends, read from the runtime prototype chain. The literal `'Function'` means there is no class parent.

**Signature:**

```typescript
inherits: string;
```

## Remarks

This differs from [TypesDescription](https://imqueue.org/api/rpc/latest/rpc.typesdescription/)'s `inherits`, which uses an empty string in that situation — one "has a parent?" check cannot serve both.

