mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
614 B
614 B
SubscriptionStatus1
String representation of subscriptionActive
Example Usage
import { SubscriptionStatus1 } from "@lukehagar/plexjs/models/shared";
let value: SubscriptionStatus1 = SubscriptionStatus1.Inactive;
Values
This is an open enum. Unrecognized values will be captured as the Unrecognized<string> branded type.
| Name | Value |
|---|---|
Inactive |
Inactive |
Active |
Active |
| - | Unrecognized<string> |