mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
454 B
454 B
PostUsersSignInDataAuthenticationStatus
String representation of subscriptionActive
Example Usage
import { PostUsersSignInDataAuthenticationStatus } from "@lukehagar/plexjs/sdk/models/operations";
let value: PostUsersSignInDataAuthenticationStatus =
PostUsersSignInDataAuthenticationStatus.Inactive;
Values
| Name | Value |
|---|---|
Inactive |
Inactive |
Active |
Active |