Interface LocationRepositorySearchResponseRootObject

interface LocationRepositorySearchResponseRootObject {
    rank_token: string;
    request_id: string;
    status: string;
    venues: LocationRepositorySearchResponseVenuesItem[];
}

Hierarchy (view full)

Properties

rank_token: string
request_id: string
status: string