# ServiceClassDescription interface · @imqueue/rpc

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

The exposed methods a single class declares, plus its parent's name.

**Signature:**

```typescript
export interface ServiceClassDescription 
```

## Properties


| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [inherits](https://imqueue.org/api/rpc/latest/rpc.serviceclassdescription.inherits/) |  | string | Name of the class this one extends, read from the runtime prototype chain. The literal `'Function'` means there is no class parent. |
| [methods](https://imqueue.org/api/rpc/latest/rpc.serviceclassdescription.methods/) |  | [MethodsCollectionDescription](https://imqueue.org/api/rpc/latest/rpc.methodscollectiondescription/) | Methods declared directly by this class, keyed by name. |

