Clean code
This commit is contained in:
parent
0418e90a37
commit
2641a8c135
|
@ -22,7 +22,7 @@ import { MSSQLTablesResponse, MSSQLColumn } from "./base/types"
|
|||
const sqlServer = require("mssql")
|
||||
const DEFAULT_SCHEMA = "dbo"
|
||||
|
||||
export interface MSSQLConfig {
|
||||
interface MSSQLConfig {
|
||||
user: string
|
||||
password: string
|
||||
server: string
|
||||
|
|
Loading…
Reference in New Issue