The output of the state endpoint.

interface StateOutput {
    player: Player;
    playlistId: null | string;
    video: null | Video;
}

Properties

player: Player
playlistId: null | string
video: null | Video