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.
1 parent c51f2e1 commit ca83affCopy full SHA for ca83aff
packages/express/src/types.ts
@@ -1,7 +1,7 @@
1
import type { createClerkClient } from '@clerk/backend';
2
import type { AuthenticateRequestOptions, SignedInAuthObject, SignedOutAuthObject } from '@clerk/backend/internal';
3
-import type { Request as ExpressRequest } from 'express';
4
import type { PendingSessionOptions } from '@clerk/types';
+import type { Request as ExpressRequest } from 'express';
5
6
export type ExpressRequestWithAuth = ExpressRequest & {
7
auth: (options?: PendingSessionOptions) => SignedInAuthObject | SignedOutAuthObject;
0 commit comments