mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
940 B
940 B
Ratings
Example Usage
import { Ratings } from "@lukehagar/plexjs/sdk/models/operations";
let value: Ratings = {
image: "themoviedb://image.rating",
value: 7.4,
type: "audience",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
image |
string | ➖ | N/A | themoviedb://image.rating |
value |
number | ➖ | N/A | 7.4 |
type |
string | ➖ | N/A | audience |