realisation de la page user/historique
This commit is contained in:
parent
d0ca04aefc
commit
e358b6fa0e
18 changed files with 370 additions and 28 deletions
7
src/app/utils/interfaces/watchedVideo.ts
Normal file
7
src/app/utils/interfaces/watchedVideo.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
export interface WatchedVideo
|
||||
{
|
||||
_id: string,
|
||||
url: string,
|
||||
title: string,
|
||||
date: Date
|
||||
}
|
||||
Reference in a new issue