MediaListEntry is an interface representing an entry in a media list. It includes the id and status each having their own properties.
MediaListEntry
id is a number representing the unique identifier of the media list entry.
id
status is a string representing the status of the media list entry.
status
MediaListEntry
is an interface representing an entry in a media list. It includes the id and status each having their own properties.