We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 521aa84 commit 16eabd6Copy full SHA for 16eabd6
src/telemetry/types.ts
@@ -2,7 +2,7 @@
2
* Result type constants for telemetry events
3
*/
4
export type TelemetryResult = "success" | "failure";
5
-export type ServerCommand = "start" | "stop" | "register" | "deregister";
+export type ServerCommand = "start" | "stop";
6
7
/**
8
* Base interface for all events
0 commit comments