From 0601baf576a407a20c7a07d7b95a18da2aabdcdb Mon Sep 17 00:00:00 2001 From: rithviknishad Date: Mon, 30 Sep 2024 10:42:07 +0530 Subject: [PATCH] remove unused type --- src/Components/CameraFeed/FeedControls.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Components/CameraFeed/FeedControls.tsx b/src/Components/CameraFeed/FeedControls.tsx index 1bacd6c1cfc..36d3aa96cd2 100644 --- a/src/Components/CameraFeed/FeedControls.tsx +++ b/src/Components/CameraFeed/FeedControls.tsx @@ -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 *