Interface PostLocationsRequest

interface PostLocationsRequest {
    failIfExists?: boolean;
    location: Location;
}

Properties

failIfExists?: boolean
location: Location