1
0
Fork 0
mirror of synced 2024-07-14 02:36:22 +12:00

Allow authtype undefined by default

This commit is contained in:
Adria Navarro 2023-07-13 11:09:40 +02:00
parent ca0d8e2eb6
commit a7801c52f8

View file

@ -63,7 +63,7 @@ interface NTLMMSSQLConfig extends BasicMSSQLConfig {
} }
type MSSQLConfig = type MSSQLConfig =
| (BasicMSSQLConfig & { authType: undefined }) | (BasicMSSQLConfig & { authType?: undefined })
| AzureADMSSQLConfig | AzureADMSSQLConfig
| NTLMMSSQLConfig | NTLMMSSQLConfig