export type IProps = { url: string; } export type IVideoOptions = { currentTime: number; allTime: number; width: string height: string }