Interface FbsearchRepositoryPlacesResponseRootObject

interface FbsearchRepositoryPlacesResponseRootObject {
    has_more: boolean;
    items: FbsearchRepositoryPlacesResponseItemsItem[];
    rank_token: string;
    status: string;
}

Properties

has_more: boolean
rank_token: string
status: string