Introduction
Migration
Appearance
import { Env } from "@tsed/core";
See /packages/core/src/types/domain/Env.ts.
enum Env { PROD = "production", DEV = "development", TEST = "test" }
PROD = "production",
DEV = "development",
TEST = "test"