realisation de la page mesPlaylists

This commit is contained in:
MiharyR 2021-10-29 23:04:43 +02:00
parent 8784c290ca
commit d0ca04aefc
24 changed files with 842 additions and 36 deletions

View file

@ -5,6 +5,5 @@ export interface Playlist
_id: string,
user: any,
name: string,
count: number
videos: Video[]
}