MCPcopy Create free account
hub / github.com/code100x/cms / Thumbnail

Interface Thumbnail

src/components/VideoPlayerSegment.tsx:12–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected