team-4/backend/types/youtube.ts

5 lines
61 B
TypeScript
Raw Normal View History

2025-08-02 13:28:10 +02:00
export interface Vids {
title: string;
artist: string;
}