| 10 | import { Segment } from '@/lib/utils'; |
| 11 | |
| 12 | interface Thumbnail { |
| 13 | public_id: string; |
| 14 | version: number; |
| 15 | url: string; |
| 16 | secure_url: string; |
| 17 | timestamp: number; |
| 18 | } |
| 19 | |
| 20 | interface VideoProps { |
| 21 | setQuality: React.Dispatch<React.SetStateAction<string>>; |
nothing calls this directly
no outgoing calls
no test coverage detected