interface Props {
    navigation: any;
    places: Place[];
}

Properties

Properties

navigation: any
places: Place[]