mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 12:37:46 +00:00
17 lines
2.2 KiB
Markdown
17 lines
2.2 KiB
Markdown
# Feature
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { Feature } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: Feature = {};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
|
|
| `key` | *string* | :heavy_minus_sign: | N/A |
|
|
| `type` | *string* | :heavy_minus_sign: | N/A |
|
|
| `directory` | [operations.GetMediaProvidersDirectory](../../../sdk/models/operations/getmediaprovidersdirectory.md)[] | :heavy_minus_sign: | N/A | |