Skip to content

Commit 378add7

Browse files
committed
Remove unnecessary type and use import
1 parent 8e3c222 commit 378add7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/clouds.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
import { config } from '@grafana/runtime';
2-
3-
export interface AzureCloudInfo {
4-
name: string;
5-
displayName: string;
6-
}
1+
import { AzureCloudInfo, config } from '@grafana/runtime';
72

83
const predefinedClouds: AzureCloudInfo[] = [
94
{

0 commit comments

Comments
 (0)