mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-07 20:47:49 +00:00
16 lines
558 B
Markdown
16 lines
558 B
Markdown
# Language
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { Language } from "@lukehagar/plexjs/models/operations";
|
|
|
|
let value: Language = {};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ---------------------- | ---------------------- | ---------------------- | ---------------------- |
|
|
| `code` | *string* | :heavy_minus_sign: | 3 letter language code |
|
|
| `title` | *string* | :heavy_minus_sign: | N/A | |