diff --git a/src/types/video.ts b/src/types/video.ts new file mode 100644 index 0000000..da3def8 --- /dev/null +++ b/src/types/video.ts @@ -0,0 +1,5 @@ +export interface Video { + id: number; + video: string; + poster: string; +}