# 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 |