mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 17:22:42 -05:00
@@ -842,3 +842,14 @@ export interface TabbedPanelLayout {
|
||||
showIcon: boolean;
|
||||
alwaysShowTabs: boolean;
|
||||
}
|
||||
|
||||
export const enum SqlAssessmentTargetType {
|
||||
Server = 1,
|
||||
Database = 2
|
||||
}
|
||||
|
||||
export const enum SqlAssessmentResultItemKind {
|
||||
RealResult = 0,
|
||||
Warning = 1,
|
||||
Error = 2
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user