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

## Usage

```typescript
import { PlatformType } from "@tsed/cli";
```

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

## Overview

```ts
enum PlatformType {
    EXPRESS = "express",
    KOA = "koa",
    FASTIFY = "fastify"
}
```

<!-- Members -->

## EXPRESS

```ts
EXPRESS = "express",
```

## KOA

```ts
KOA = "koa",
```

## FASTIFY

```ts
FASTIFY = "fastify"
```
