Merge pull request #11219 from Budibase/fix-qa-core-types
Allow authtype undefined by default
This commit is contained in:
commit
aaa2d7b264
|
@ -63,7 +63,7 @@ interface NTLMMSSQLConfig extends BasicMSSQLConfig {
|
|||
}
|
||||
|
||||
type MSSQLConfig =
|
||||
| (BasicMSSQLConfig & { authType: undefined })
|
||||
| (BasicMSSQLConfig & { authType?: undefined })
|
||||
| AzureADMSSQLConfig
|
||||
| NTLMMSSQLConfig
|
||||
|
||||
|
|
Loading…
Reference in New Issue