video type

This commit is contained in:
VividTruthKeeper 2022-08-19 23:17:27 +05:00
parent 80037afd0c
commit 61aae91996
1 changed files with 5 additions and 0 deletions

5
src/types/video.ts Normal file
View File

@ -0,0 +1,5 @@
export interface Video {
id: number;
video: string;
poster: string;
}