Skip to content

Commit

Permalink
refactor(enums)!: remove JwtType
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware committed Feb 1, 2023
1 parent a26a779 commit 05df830
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 46 deletions.
26 changes: 0 additions & 26 deletions src/enums/__tests__/jwt-type.spec-d.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/enums/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export { default as BsonTypeAlias } from './bson-type-alias'
export { default as BsonTypeCode } from './bson-type-code'
export { default as CompareResult } from './compare-result'
export { default as HttpStatus } from './http-status'
export { default as JwtType } from './jwt-type'
export { default as NodeEnv } from './node-env'
export { default as ProjectRule } from './project-rule'
export { default as SortOrder } from './sort-order'
19 changes: 0 additions & 19 deletions src/enums/jwt-type.ts

This file was deleted.

0 comments on commit 05df830

Please sign in to comment.