GetVideoInformationProps: {
    itemId: string;
    setDescription: ((description) => void);
    setError: ((text) => void);
    setFinalVideoId: ((videoId) => void);
    setTitle: ((title) => void);
    token: string;
}

Type declaration

  • itemId: string
  • setDescription: ((description) => void)
      • (description): void
      • Parameters

        • description: string

        Returns void

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

        • text: string

        Returns void

  • setFinalVideoId: ((videoId) => void)
      • (videoId): void
      • Parameters

        • videoId: string

        Returns void

  • setTitle: ((title) => void)
      • (title): void
      • Parameters

        • title: string

        Returns void

  • token: string