video type
This commit is contained in:
parent
80037afd0c
commit
61aae91996
|
|
@ -0,0 +1,5 @@
|
|||
export interface Video {
|
||||
id: number;
|
||||
video: string;
|
||||
poster: string;
|
||||
}
|
||||
Loading…
Reference in New Issue