Skip to content

BaseContext

@tsed/di

Usage

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

See /packages/di/src/types/node/domain/DIContext.ts.

Overview

ts
type BaseContext = DIContext & TsED.Context;

Released under the MIT License.