File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1341,9 +1341,9 @@ export type TelemetryEvents = {
1341
1341
action : 'select' ;
1342
1342
} & Partial < Record < `item.${string } `, string | number | boolean > > ;
1343
1343
/** Sent when the user hides the launchpad indicator */
1344
- 'launchpad/indicator/hidden' : TelemetryEventData ;
1344
+ 'launchpad/indicator/hidden' : void ;
1345
1345
/** Sent when the launchpad indicator loads (with data) for the first time ever for this device */
1346
- 'launchpad/indicator/firstLoad' : TelemetryEventData ;
1346
+ 'launchpad/indicator/firstLoad' : void ;
1347
1347
1348
1348
/** Sent when a PR review was started in the inspect overview */
1349
1349
openReviewMode : {
@@ -1357,7 +1357,7 @@ export type TelemetryEvents = {
1357
1357
} ;
1358
1358
1359
1359
/** Sent when the "context" of the workspace changes (e.g. repo added, integration connected, etc) */
1360
- 'providers/context' : TelemetryEventData ;
1360
+ 'providers/context' : void ;
1361
1361
1362
1362
/** Sent when we've loaded all the git providers and their repositories */
1363
1363
'providers/registrationComplete' : {
You can’t perform that action at this time.
0 commit comments