Removed the properties from the type file too

This commit is contained in:
C043
2025-06-09 16:58:43 +02:00
parent 9b4d739f19
commit a1cfccdbba

View File

@@ -2,6 +2,4 @@ export type InitialValuesType = {
quality: string; quality: string;
fps: string; fps: string;
scale: string; scale: string;
starting: string;
duration: string;
}; };