Interface PostLocationsRequest

interface PostLocationsRequest {
    location: Location;
}

Properties

Properties

location: Location