---
meta:
 - name: keywords
   description: api typescript node.js documentation BaseContext type
---
# BaseContext - @tsed/di

## Usage

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

> See [/packages/di/src/common/domain/DIContext.ts](https://github.com/tsedio/tsed/blob/v8.26.2/packages/di/src/common/domain/DIContext.ts#L0-L0).

## Overview

```ts
type BaseContext = DIContext & TsED.Context;
```
