Type alias UpdatePlacesDisplayedProps
UpdatePlacesDisplayedProps: {
getLatest?: boolean;
setPlaces: ((places) => void);
token: string;
}
Type declaration
Optional
getLatest?: boolean
setPlaces: ((places) => void)
- (places): void
Returns void
token: string