interface Video {
    id: string;
    preview: string;
    url?: string;
}

Properties

Properties

id: string
preview: string
url?: string