feat: modernized web application
This commit is contained in:
5
nextjs/src/models/IArchiveItem.ts
Normal file
5
nextjs/src/models/IArchiveItem.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface IArchiveItem {
|
||||
id: number;
|
||||
title: string;
|
||||
youtube_id: string;
|
||||
}
|
||||
Reference in New Issue
Block a user