mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
17 lines
556 B
Markdown
17 lines
556 B
Markdown
# Extras
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { Extras } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: Extras = {
|
|
size: 1,
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ----------------------- | ----------------------- | ----------------------- | ----------------------- | ----------------------- |
|
|
| `size` | *number* | :heavy_minus_sign: | The size of the extras. | 1 | |