# Description.service property · @imqueue/rpc

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

The service itself: its name, and every exposed method with the inheritance chain already flattened.

**Signature:**

```typescript
service: {
        name: string;
        methods: MethodsCollectionDescription;
    };
```

