mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-20 09:35:38 -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:
@@ -14,8 +14,8 @@ export const IResourceProviderService = createDecorator<IResourceProviderService
|
||||
|
||||
export interface IHandleFirewallRuleResult {
|
||||
canHandleFirewallRule: boolean;
|
||||
ipAddress: string;
|
||||
resourceProviderId: string;
|
||||
ipAddress?: string;
|
||||
resourceProviderId?: string;
|
||||
}
|
||||
|
||||
export interface IResourceProviderService {
|
||||
|
||||
Reference in New Issue
Block a user