mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-11 01:22:48 +00:00
UI done for video archiving
This commit is contained in:
13
client/app/model/video-archive.ts
Normal file
13
client/app/model/video-archive.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
export interface IVideoArchive {
|
||||
author: string;
|
||||
created_at: string;
|
||||
date_published: string;
|
||||
description: string;
|
||||
duration: number;
|
||||
id: number;
|
||||
title: string;
|
||||
updated_at: string;
|
||||
uploaded_by: string;
|
||||
url: string;
|
||||
youtube_id: string;
|
||||
}
|
||||
Reference in New Issue
Block a user