mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-04-09 05:20:29 -04:00
Expose AzureAccount typings to other extensions (#14604)
This commit is contained in:
@@ -10,9 +10,9 @@ import * as nls from 'vscode-nls';
|
||||
import {
|
||||
AzureAccountProviderMetadata,
|
||||
AzureAuthType,
|
||||
Deferred,
|
||||
AzureAccount
|
||||
} from './interfaces';
|
||||
} from 'azurecore';
|
||||
import { Deferred } from './interfaces';
|
||||
|
||||
import { SimpleTokenCache } from './simpleTokenCache';
|
||||
import { Logger } from '../utils/Logger';
|
||||
|
||||
Reference in New Issue
Block a user