Skip to content

Commit

Permalink
Changed import to type-import
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesVerner committed Jul 20, 2024
1 parent 2a7725c commit 721bc80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middleware/jwt/jwt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import type { CookiePrefixOptions } from '../../utils/cookie'
import { Jwt } from '../../utils/jwt'
import '../../context'
import type { SignatureAlgorithm } from '../../utils/jwt/jwa'
import { SignatureKey } from '../../utils/jwt/jws'
import type { SignatureKey } from '../../utils/jwt/jws'

export type JwtVariables = {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
Expand Down

0 comments on commit 721bc80

Please sign in to comment.