Removed the properties from the type file too

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

View file

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