Merge remote-tracking branch 'origin/develop' into feature/delete-multiple-button-action
This commit is contained in:
commit
06e516ee70
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "2.8.10-alpha.0",
|
||||
"version": "2.8.10-alpha.1",
|
||||
"npmClient": "yarn",
|
||||
"packages": [
|
||||
"packages/*"
|
||||
|
|
|
@ -63,7 +63,7 @@ interface NTLMMSSQLConfig extends BasicMSSQLConfig {
|
|||
}
|
||||
|
||||
type MSSQLConfig =
|
||||
| (BasicMSSQLConfig & { authType: undefined })
|
||||
| (BasicMSSQLConfig & { authType?: undefined })
|
||||
| AzureADMSSQLConfig
|
||||
| NTLMMSSQLConfig
|
||||
|
||||
|
|
Loading…
Reference in New Issue