Skip to content

PrismaContext

@tsed/cli-plugin-prisma

Usage

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

See /packages/cli-plugin-prisma/src/commands/PrismaCmd.ts.

Overview

ts
interface PrismaContext extends CommandData {
    command: string;
}

command

ts
command: string;

Released under the MIT License.