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