# Image ## Example Usage ```typescript import { Image } from "@lukehagar/plexjs/sdk/models/operations"; let value: Image = {}; ``` ## Fields | Field | Type | Required | Description | | ------------------ | ------------------ | ------------------ | ------------------ | | `alt` | *string* | :heavy_minus_sign: | N/A | | `type` | *string* | :heavy_minus_sign: | N/A | | `url` | *string* | :heavy_minus_sign: | N/A |