Files
plexjs/docs/sdk/models/operations/librarysectionid.md
2024-09-08 03:06:14 +00:00

341 B

LibrarySectionID

Example Usage

import { LibrarySectionID } from "@lukehagar/plexjs/sdk/models/operations";

let value: LibrarySectionID = "<value>";

Supported Types

number

const value: number = /* values here */

string

const value: string = /* values here */