mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
17 lines
478 B
Markdown
17 lines
478 B
Markdown
# Director
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { Director } from "@lukehagar/plexjs";
|
|
|
|
let value: Director = {
|
|
tag: "Peyton Reed",
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
|
|
| `tag` | *string* | :heavy_minus_sign: | N/A | Peyton Reed | |