Add youtube links to videos
This commit is contained in:
@ -6,6 +6,7 @@ export type VideoType = {
|
||||
id: string;
|
||||
title: string;
|
||||
description: string;
|
||||
youtubeLink?: string;
|
||||
isPro: boolean;
|
||||
duration: string;
|
||||
createdAt: string;
|
||||
|
Reference in New Issue
Block a user