mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
20 lines
504 B
Markdown
20 lines
504 B
Markdown
# Status
|
|
|
|
Current friend request status
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { Status } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: Status = Status.Accepted;
|
|
```
|
|
|
|
## Values
|
|
|
|
This is an open enum. Unrecognized values will be captured as the `Unrecognized<string>` branded type.
|
|
|
|
| Name | Value |
|
|
| ---------------------- | ---------------------- |
|
|
| `Accepted` | accepted |
|
|
| - | `Unrecognized<string>` | |