Introduction
Migration
Appearance
import { ProviderScope } from "@tsed/di";
See /packages/di/src/types/common/domain/ProviderScope.ts.
enum ProviderScope { SINGLETON = "singleton", REQUEST = "request", INSTANCE = "instance" }
SINGLETON = "singleton",
REQUEST = "request",
INSTANCE = "instance"