Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Filip Skokan <panva.ip@gmail.com>
  • Loading branch information
adamjmcgrath and panva authored Jul 20, 2022
1 parent c838f8a commit 213a177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import {
UserinfoResponse,
} from 'openid-client';
import { Request, Response, RequestHandler } from 'express';
import { JSONWebKey, KeyInput } from 'jose';
import { KeyObject } from 'crypto';
import type { JSONWebKey, KeyInput } from 'jose';
import type { KeyObject } from 'crypto';

/**
* Session object
Expand Down

0 comments on commit 213a177

Please sign in to comment.