mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
583 B
583 B
GetTokenDetailsStatus
Example Usage
import { GetTokenDetailsStatus } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetTokenDetailsStatus = GetTokenDetailsStatus.Online;
Values
This is an open enum. Unrecognized values will be captured as the Unrecognized<string> branded type.
| Name | Value |
|---|---|
Online |
online |
Offline |
offline |
| - | Unrecognized<string> |