Skip to content

Commit

Permalink
remove unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Sep 30, 2024
1 parent e744ac4 commit 0601baf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Components/CameraFeed/FeedControls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ const Actions = {

const metaKey = isAppleDevice ? "Meta" : "Control";

export type PTZAction = keyof typeof Actions;

/**
* Returns the PTZ payload for the given action
*
Expand Down

0 comments on commit 0601baf

Please sign in to comment.