new features

This commit is contained in:
Daniil
2026-02-27 23:34:17 +03:00
parent 42ce5fa0fe
commit 71b974903a
191 changed files with 11300 additions and 373 deletions
@@ -0,0 +1,13 @@
export interface ISilenceResultModalProps {
open: boolean
onOpenChange: (open: boolean) => void
projectId: string
jobId: string
fileKey: string
}
export interface CutRegion {
id: string
startMs: number
endMs: number
}