mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-15 02:48:30 -05:00
Add telemetry for ModelView wizards (#12596)
* Add telemetry for ModelView wizards * Remove unnecessary params * Fix compile error
This commit is contained in:
@@ -127,6 +127,7 @@ export interface WizardInfoBase extends FieldInfoBase {
|
||||
type?: DeploymentType;
|
||||
actionText?: string;
|
||||
title: string;
|
||||
name?: string;
|
||||
pages: PageInfoBase[];
|
||||
isSummaryPageAutoGenerated?: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user