# IMQClientOptions.path property · @imqueue/rpc

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

Directory the generated client is written to, resolved relative to the process working directory.

**Signature:**

```typescript
path: string;
```

## Default Value

'./src/clients'

## Remarks

Created only one level deep, so the parent directories must already exist — the default fails with `ENOENT` on a project that has no `./src` yet.

