mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-22 09:35:37 -05:00
Even more strictness (#11879)
* add more to strict nulls * maintain error handling properly * fix lint * the rest of workbench/services * fix compile
This commit is contained in:
4
src/sql/azdata.d.ts
vendored
4
src/sql/azdata.d.ts
vendored
@@ -2361,8 +2361,8 @@ declare module 'azdata' {
|
||||
}
|
||||
|
||||
export interface FirewallRuleInfo {
|
||||
startIpAddress: string;
|
||||
endIpAddress: string;
|
||||
startIpAddress?: string;
|
||||
endIpAddress?: string;
|
||||
serverName: string;
|
||||
securityTokenMappings: {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user