Allow authtype undefined by default
This commit is contained in:
parent
ca0d8e2eb6
commit
a7801c52f8
|
@ -63,7 +63,7 @@ interface NTLMMSSQLConfig extends BasicMSSQLConfig {
|
||||||
}
|
}
|
||||||
|
|
||||||
type MSSQLConfig =
|
type MSSQLConfig =
|
||||||
| (BasicMSSQLConfig & { authType: undefined })
|
| (BasicMSSQLConfig & { authType?: undefined })
|
||||||
| AzureADMSSQLConfig
|
| AzureADMSSQLConfig
|
||||||
| NTLMMSSQLConfig
|
| NTLMMSSQLConfig
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue