mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-07 12:37:45 +00:00
17 lines
575 B
Markdown
17 lines
575 B
Markdown
# 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 | |