interface IssuesParsedResponse {
    objects: (MapProblem | VenueUpdate | UpdateRequest)[];
}

Properties

Properties