From a1cfccdbbaf3524d84bf4e6968d0b9031fe18a3d Mon Sep 17 00:00:00 2001 From: C043 Date: Mon, 9 Jun 2025 16:58:43 +0200 Subject: [PATCH] Removed the properties from the type file too --- src/pages/tools/video/video-to-gif/types.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pages/tools/video/video-to-gif/types.ts b/src/pages/tools/video/video-to-gif/types.ts index 5a754d8..b56264e 100644 --- a/src/pages/tools/video/video-to-gif/types.ts +++ b/src/pages/tools/video/video-to-gif/types.ts @@ -2,6 +2,4 @@ export type InitialValuesType = { quality: string; fps: string; scale: string; - starting: string; - duration: string; };