Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions packages/neo4j-driver/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,8 @@ declare const forExport: {
isVector: typeof isVector
vector: typeof vector
Vector: typeof Vector
RecordObjectMapping: typeof RecordObjectMapping
rule: typeof rule
}

export {
Expand Down Expand Up @@ -399,7 +401,9 @@ export {
clientCertificateProviders,
isVector,
vector,
Vector
Vector,
RecordObjectMapping,
rule
}

export type {
Expand All @@ -426,8 +430,6 @@ export type {
RotatingClientCertificateProvider,
Rule,
Rules,
rule,
RecordObjectMapping,
StandardCase,
MappedQueryResult,
VectorType
Expand Down