Interface PostLocationCategoryRequest

interface PostLocationCategoryRequest {
    locationCategory: LocationCategory;
}

Properties

Properties

locationCategory: LocationCategory