mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
3.2 KiB
3.2 KiB
GetSearchAllLibrariesImage
Example Usage
import { GetSearchAllLibrariesImage, GetSearchAllLibrariesLibraryType } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetSearchAllLibrariesImage = {
alt: "Episode 1",
type: GetSearchAllLibrariesLibraryType.Background,
url: "/library/metadata/45521/thumb/1644710589",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
alt |
string | ✔️ | N/A | Episode 1 |
type |
operations.GetSearchAllLibrariesLibraryType | ✔️ | N/A | background |
url |
string | ✔️ | N/A | /library/metadata/45521/thumb/1644710589 |