interface PlayVideoResult {
    url: string;
    videoId: string;
}

Properties

Properties

url: string
videoId: string