Class NextItemRequestDto.

NextItemRequestDto

interface NextItemRequestDto {
    PlaylistItemId?: string;
}

Properties

Properties

PlaylistItemId?: string

Gets or sets the playing item identifier.

NextItemRequestDto