interface Video {
    id: string;
    ownerFullName: string;
    ownerProfileImageUri: string;
    title: string;
}

Properties

id: string
ownerFullName: string

Added Rev 7.53

ownerProfileImageUri: string
title: string