Files
catherine-league/nextjs/src/models/IArchiveItem.ts

6 lines
87 B
TypeScript

export interface IArchiveItem {
id: number;
title: string;
youtube_id: string;
}