Type alias useVideoConsumptionViewController
useVideoConsumptionViewController: {
error: string;
title: string;
videoHeight: number;
videoId: string;
videoText: string;
videoWidth: number;
}
Type declaration
error: string
title: string
videoHeight: number
videoId: string
videoText: string
videoWidth: number