This commit is contained in:
Daniil
2026-04-04 14:51:40 +03:00
parent 10a1d28f77
commit 0523ef3d72
191 changed files with 12065 additions and 2658 deletions
+9
View File
@@ -0,0 +1,9 @@
export interface IFragmentsStepProps {
className?: string
}
export interface CutRegion {
id: string
startMs: number
endMs: number
}