# Feature ## Example Usage ```typescript import { Feature } from "@lukehagar/plexjs/models/operations"; let value: Feature = {}; ``` ## Fields | Field | Type | Required | Description | | ------------------------------------------------------ | ------------------------------------------------------ | ------------------------------------------------------ | ------------------------------------------------------ | | `directory` | [shared.Directory](../../models/shared/directory.md)[] | :heavy_minus_sign: | N/A | | `key` | *string* | :heavy_minus_sign: | N/A | | `type` | *string* | :heavy_minus_sign: | N/A |