mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
1.5 KiB
1.5 KiB
MediaGuid
Example Usage
import { MediaGuid } from "@lukehagar/plexjs/sdk/models/operations";
let value: MediaGuid = {
id: "imdb://tt13015952",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
string | ✔️ | Can be one of the following formats: imdb://tt13015952, tmdb://2434012, tvdb://7945991 |
imdb://tt13015952 |