iter 2
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export interface IFragmentsStepProps {
|
||||
className?: string
|
||||
}
|
||||
|
||||
export interface CutRegion {
|
||||
id: string
|
||||
startMs: number
|
||||
endMs: number
|
||||
}
|
||||
Reference in New Issue
Block a user