Add youtube links to videos

This commit is contained in:
Kamran Ahmed
2021-09-03 16:54:35 +02:00
parent 96e02195a9
commit 68fc45104d
3 changed files with 59 additions and 40 deletions

View File

@ -6,6 +6,7 @@ export type VideoType = {
id: string;
title: string;
description: string;
youtubeLink?: string;
isPro: boolean;
duration: string;
createdAt: string;