# ImqPlugin.plugins property · @imqueue/datadog

Source: https://imqueue.org/api/datadog/latest/datadog.imqplugin.plugins/
Published: 2026-08-01
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/datadog 3.2.0 — generated reference, not hand-written

The two halves this integration is composed of, which is what makes `{ client: false }` and `{ server: false }` valid options.

**Signature:**

```typescript
static get plugins(): {
        client: typeof ImqClientPlugin;
        server: typeof ImqServerPlugin;
    };
```

