new features
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user