We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.dto
1 parent 8ea82cc commit 0920a64Copy full SHA for 0920a64
src/dtos/exception-data.dto.ts renamed to src/dtos/exception-data.ts
src/dtos/index.ts
@@ -3,5 +3,5 @@
3
* @module exceptions/dtos
4
*/
5
6
-export type { ExceptionDataDTO } from './exception-data.dto'
7
-export type { ValidationExceptionDTO } from './validation-exception.dto'
+export type { ExceptionDataDTO } from './exception-data'
+export type { ValidationExceptionDTO } from './validation-exception'
src/dtos/validation-exception.dto.ts renamed to src/dtos/validation-exception.ts
@@ -5,7 +5,7 @@
import type { ValidationError } from 'class-validator'
import type ExceptionCode from 'src/enums/exception-code'
8
-import type { ExceptionDataDTO } from './exception-data.dto'
+import type { ExceptionDataDTO } from './exception-data'
9
10
/**
11
* `ValidationExceptionData` data transfer object.
0 commit comments