# SessionLocation The location of the client ## Example Usage ```typescript import { SessionLocation } from "@lukehagar/plexjs/sdk/models/shared"; let value: SessionLocation = SessionLocation.Wan; ``` ## Values | Name | Value | | ----- | ----- | | `Lan` | lan | | `Wan` | wan |