---
url: /api/di/types/common/domain/type-base-context.md
description: api documentation of BaseContext from @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.38.2/packages/di/src/common/domain/DIContext.ts#L0-L0).

## Overview

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