mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 12:37:46 +00:00
17 lines
276 B
Markdown
17 lines
276 B
Markdown
# Status
|
|
|
|
Current friend request status
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { Status } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: Status = Status.Accepted;
|
|
```
|
|
|
|
## Values
|
|
|
|
| Name | Value |
|
|
| ---------- | ---------- |
|
|
| `Accepted` | accepted | |