Type alias UpdatePlacesDisplayedProps

UpdatePlacesDisplayedProps: {
    setError: ((text) => void);
    setVideos: ((places) => void);
    token: string;
    userId: number;
}

Type declaration

  • setError: ((text) => void)
      • (text): void
      • Parameters

        • text: string

        Returns void

  • setVideos: ((places) => void)
  • token: string
  • userId: number