mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Lint fixes from DefinitelyTyped (#20185)
This commit is contained in:
4
src/sql/azdata.d.ts
vendored
4
src/sql/azdata.d.ts
vendored
@@ -3443,9 +3443,7 @@ declare module 'azdata' {
|
|||||||
/**
|
/**
|
||||||
* Common properties for container components such as {@link DivContainer} or {@link FlexContainer}
|
* Common properties for container components such as {@link DivContainer} or {@link FlexContainer}
|
||||||
*/
|
*/
|
||||||
export interface ContainerProperties extends ComponentProperties {
|
export interface ContainerProperties extends ComponentProperties { }
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
export type ThemedIconPath = { light: string | vscode.Uri; dark: string | vscode.Uri };
|
export type ThemedIconPath = { light: string | vscode.Uri; dark: string | vscode.Uri };
|
||||||
export type IconPath = string | vscode.Uri | ThemedIconPath;
|
export type IconPath = string | vscode.Uri | ThemedIconPath;
|
||||||
|
|||||||
Reference in New Issue
Block a user