Interface PlaybackApiVideoPayload

interface PlaybackApiVideoPayload {
    videoId: string;
}

Hierarchy (view full)

Properties

Properties

videoId: string