Type alias GetVideoInformationProps
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
Returns void
setError: ((text) => void)
setFinalVideoId: ((videoId) => void)
- (videoId): void
Returns void
setTitle: ((title) => void)
- (title): void
Returns void
token: string