mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 20:47:47 +00:00
Normalized imports, regenerated
This commit is contained in:
19
docs/sdk/models/operations/location.md
Normal file
19
docs/sdk/models/operations/location.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# Location
|
||||
|
||||
## Example Usage
|
||||
|
||||
```typescript
|
||||
import { Location } from "@lukehagar/plexjs/sdk/models/operations";
|
||||
|
||||
let value: Location = {
|
||||
id: 1,
|
||||
path: "/movies",
|
||||
};
|
||||
```
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `id` | *number* | :heavy_minus_sign: | N/A | 1 |
|
||||
| `path` | *string* | :heavy_minus_sign: | N/A | /movies |
|
||||
Reference in New Issue
Block a user