ADD: All Vods on Home Page
ToDo: Thumbnail in DB Save user stream to Vod
This commit is contained in:
12
frontend/src/types/VodType.ts
Normal file
12
frontend/src/types/VodType.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export interface VodType {
|
||||
type: "vod";
|
||||
id: number;
|
||||
title: string;
|
||||
streamer: string;
|
||||
datetime: string;
|
||||
category: string;
|
||||
length: number;
|
||||
views: number;
|
||||
url: string;
|
||||
thumbnail: string;
|
||||
}
|
||||
Reference in New Issue
Block a user