Skip to content

Commit ae5c23e

Browse files
committed
sync deno
1 parent a4b5321 commit ae5c23e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/neo4j-driver-deno/lib/core/auth-token-manager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import auth from './auth.ts'
2121
import { AuthToken } from './types.ts'
2222
import { util } from './internal/index.ts'
2323

24-
type SecurityErrorCode = `Neo.ClientError.Security.${string}`
24+
export type SecurityErrorCode = `Neo.ClientError.Security.${string}`
2525

2626
/**
2727
* Interface for the piece of software responsible for keeping track of current active {@link AuthToken} across the driver.

0 commit comments

Comments
 (0)