interface RezdyVideo {
    id: number;
    platform: string;
    url: string;
}

Properties

Properties

id: number
platform: string
url: string