Skip to content

Commit 8ea82cc

Browse files
committed
refactor(types)!: remove .type file extension
Signed-off-by: Lexus Drumgold <[email protected]>
1 parent a7d5bb6 commit 8ea82cc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
File renamed without changes.
File renamed without changes.

β€Žsrc/types/index.tsβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
* @module exceptions/types
44
*/
55

6-
export type { ExceptionData } from './exception-data.type'
7-
export type { ExceptionErrors } from './exception-errors.type'
8-
export type { ValidationExceptionErrors } from './validation-exception-errors.type'
6+
export type { ExceptionData } from './exception-data'
7+
export type { ExceptionErrors } from './exception-errors'
8+
export type { ValidationExceptionErrors } from './validation-exception-errors'

β€Žsrc/types/validation-exception-errors.type.tsβ€Ž renamed to β€Žsrc/types/validation-exception-errors.tsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55

66
import type { ValidationError } from 'class-validator'
7-
import type { ExceptionErrors } from './exception-errors.type'
7+
import type { ExceptionErrors } from './exception-errors'
88

99
/**
1010
* Aggregated `ValidationException` errors.

0 commit comments

Comments
Β (0)