import { API_ROOT, SportTypes } from 'config' import { callApi } from 'helpers' type Video = { /** id дорожки */ abc: number, duration: number, period: number, quality: string, start_ms: number, url: string, } export type Videos = Array