---
symbol: PrismaContext
module: "@tsed/cli-plugin-prisma"
type: interface
meta:
 - name: keywords
   description: api typescript node.js documentation PrismaContext interface
---
# PrismaContext - @tsed/cli-plugin-prisma

## Usage

```typescript
import { PrismaContext } from "@tsed/cli-plugin-prisma";
```

> See [/packages/cli-plugin-prisma/src/commands/PrismaCmd.ts](https://github.com/tsedio/tsed-cli/blob/v7.5.1/packages/cli-plugin-prisma/src/commands/PrismaCmd.ts#L0-L0).

## Overview

```ts
interface PrismaContext extends CommandData {
    command: string;
}
```

<!-- Members -->

## command

```ts
command: string;
```
