---
symbol: RuntimeTypes
module: "@tsed/cli"
type: type
meta:
 - name: keywords
   description: api typescript node.js documentation RuntimeTypes type
---
# RuntimeTypes - @tsed/cli

## Usage

```typescript
import { RuntimeTypes } from "@tsed/cli/src/interfaces/RuntimeTypes";
```

> See [/packages/cli/src/interfaces/RuntimeTypes.ts](https://github.com/tsedio/tsed-cli/blob/v7.5.1/packages/cli/src/interfaces/RuntimeTypes.ts#L0-L0).

## Overview

```ts
type RuntimeTypes = "node" | "babel" | "swc" | "webpack" | "bun" | "vite" | "bun-vite";
```
