# Runtime

`type` in `core` · v0.9.2

<https://docs.seedcord.org/packages/core/0.9.2/types/runtime>

## Declaration

```ts
type Runtime = TypedExclude<
    NonNullable<PluginOptions["runtime"]>,
    "any"
>;
```
