Skip to content

Commit

Permalink
correct type
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarDamkjaer committed Nov 3, 2023
1 parent b7e8dbe commit e22d9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/modules/dbMeta/dbMetaDuck.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export type Alias = {
name: string
database: string
location: string
composite?: boolean // introduced in neo4j 5.11
composite?: string | null // introduced in neo4j 5.11
}

// Selectors
Expand Down

0 comments on commit e22d9c9

Please sign in to comment.