mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
327 B
327 B
IncludeGuids
Adds the Guids object to the response
Example Usage
import { IncludeGuids } from "@lukehagar/plexjs/sdk/models/operations";
let value: IncludeGuids = IncludeGuids.Enable;
Values
| Name | Value |
|---|---|
Disable |
0 |
Enable |
1 |