Skip to content

Commit

Permalink
fix: update typings
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeiscontent authored and dhensby committed Aug 2, 2023
1 parent 71e7770 commit bbd7ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/connection-string.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export interface CollectionConfig {
terminator: string,
quotes: {[index: string]: string},
quotes: Record<string, string>,
}

export interface ParserConfig {
Expand Down

0 comments on commit bbd7ddc

Please sign in to comment.