export interface IFragmentsStepProps { className?: string } export interface CutRegion { id: string startMs: number endMs: number }