Introduction
CLI
Links
Appearance
import { PlatformType } from "@tsed/cli";
See /packages/cli/src/interfaces/PlatformType.ts.
enum PlatformType { EXPRESS = "express", KOA = "koa", FASTIFY = "fastify" }
EXPRESS = "express",
KOA = "koa",
FASTIFY = "fastify"