mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 20:47:47 +00:00
17 lines
332 B
Markdown
17 lines
332 B
Markdown
# LocationParameter
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { LocationParameter } from "@lukehagar/plexjs/models/shared";
|
|
|
|
let value: LocationParameter = LocationParameter.Wan;
|
|
```
|
|
|
|
## Values
|
|
|
|
| Name | Value |
|
|
| ---------- | ---------- |
|
|
| `Lan` | lan |
|
|
| `Wan` | wan |
|
|
| `Cellular` | cellular | |