Skip to content

Commit 16eabd6

Browse files
committed
updatE
1 parent 521aa84 commit 16eabd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/telemetry/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Result type constants for telemetry events
33
*/
44
export type TelemetryResult = "success" | "failure";
5-
export type ServerCommand = "start" | "stop" | "register" | "deregister";
5+
export type ServerCommand = "start" | "stop";
66

77
/**
88
* Base interface for all events

0 commit comments

Comments
 (0)