mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-05 09:35:39 -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}
|
||||
*/
|
||||
export interface ContainerProperties extends ComponentProperties {
|
||||
|
||||
}
|
||||
export interface ContainerProperties extends ComponentProperties { }
|
||||
|
||||
export type ThemedIconPath = { light: string | vscode.Uri; dark: string | vscode.Uri };
|
||||
export type IconPath = string | vscode.Uri | ThemedIconPath;
|
||||
|
||||
Reference in New Issue
Block a user