Interface VideoConsumptionViewProps

interface VideoConsumptionViewProps {
    navigation: any;
    route: {
        params: {
            itemId: string;
        };
    };
}

Properties

Properties

navigation: any
route: {
    params: {
        itemId: string;
    };
}

Type declaration

  • params: {
        itemId: string;
    }
    • itemId: string