Skip to content

BaseContext

@tsed/di

Usage

typescript
import { BaseContext } from "@tsed/di/src/common/domain/DIContext";

See /packages/di/src/common/domain/DIContext.ts.

Overview

ts
type BaseContext = DIContext & TsED.Context;

Released under the MIT License.