Skip to content

Commit bbd7ddc

Browse files
lifeiscontentdhensby
authored andcommitted
fix: update typings
1 parent 71e7770 commit bbd7ddc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/parser/connection-string.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export interface CollectionConfig {
22
terminator: string,
3-
quotes: {[index: string]: string},
3+
quotes: Record<string, string>,
44
}
55

66
export interface ParserConfig {

0 commit comments

Comments
 (0)