mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-24 05:40:29 -04:00
Expose AzureAccount typings to other extensions (#14604)
This commit is contained in:
@@ -9,7 +9,7 @@ import axios, { AxiosRequestConfig, AxiosResponse } from 'axios';
|
||||
import * as WS from 'ws';
|
||||
|
||||
import { IAzureTerminalService } from '../interfaces';
|
||||
import { AzureAccount, Tenant } from '../../account-provider/interfaces';
|
||||
import { AzureAccount, Tenant } from 'azurecore';
|
||||
|
||||
const localize = nls.loadMessageBundle();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user