Skip to content

Commit f81e0ff

Browse files
committed
Make type comments invalid to avoid duplicate class/types definitions
1 parent efd7c75 commit f81e0ff

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lua/nikero/config/sql_connections_example.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
---@alias SqlsDriver
1+
--@alias SqlsDriver
22
---| "mysql"
33
---| "postgresql"
44
---| "sqlite3"
55
---| "mssql"
66
---| "h2"
77

8-
---@class SqlsSshConfig
8+
--@class SqlsSshConfig
99
---@field host? string
1010
---@field port? integer
1111
---@field user? string
1212
---@field passwd? string
1313
---@field privateKey? string
1414

15-
---@class SqlsConnection
15+
--@class SqlsConnection
1616
---@field alias? string Connection alias name.
1717
---@field driver SqlsDriver
1818
---@field dataSourceName? string Data source name.

0 commit comments

Comments
 (0)