# Runtime

`type` in `core` · v0.8.0

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

## Declaration

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