mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
910 B
910 B
GetLibraryDetailsField
Example Usage
import { GetLibraryDetailsField } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetLibraryDetailsField = {
key: "label",
title: "Label",
type: "tag",
subType: "bitrate",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
key |
string | ➖ | N/A | label |
title |
string | ➖ | N/A | Label |
type |
string | ➖ | N/A | tag |
subType |
string | ➖ | N/A | bitrate |