We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 971ab98 commit d0a3bc9Copy full SHA for d0a3bc9
backend/src/common/decorators/swagger-api.decorator.ts
@@ -8,7 +8,6 @@ import {
8
ApiOkResponse,
9
ApiUnauthorizedResponse,
10
} from '@nestjs/swagger';
11
-import { Prisma } from '@prisma/client';
12
13
export type SwaggerParamsType = {
14
description: string;
0 commit comments