Skip to content

Commit ca83aff

Browse files
committed
chore: sort imports
1 parent c51f2e1 commit ca83aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/express/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { createClerkClient } from '@clerk/backend';
22
import type { AuthenticateRequestOptions, SignedInAuthObject, SignedOutAuthObject } from '@clerk/backend/internal';
3-
import type { Request as ExpressRequest } from 'express';
43
import type { PendingSessionOptions } from '@clerk/types';
4+
import type { Request as ExpressRequest } from 'express';
55

66
export type ExpressRequestWithAuth = ExpressRequest & {
77
auth: (options?: PendingSessionOptions) => SignedInAuthObject | SignedOutAuthObject;

0 commit comments

Comments
 (0)