> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nanoforge.eu/llms.txt
> Use this file to discover all available pages before exploring further.

# IRunOptions type

> Union of client and server run options accepted by NanoforgeApplication.init.

# IRunOptions

## Summary

Union of client and server run options accepted by `NanoforgeApplication.init`.

## Signature

```typescript theme={null}
type IRunOptions = IRunClientOptions | IRunServerOptions;
```
