Type alias UpdatePlacesDisplayedProps
UpdatePlacesDisplayedProps: {
setError: ((text) => void);
setVideos: ((places) => void);
token: string;
userId: number;
}
Type declaration
setError: ((text) => void)
setVideos: ((places) => void)
- (places): void
Returns void
token: string
userId: number