team-4/backend/types/youtube.ts
2025-08-02 13:28:10 +02:00

4 lines
61 B
TypeScript

export interface Vids {
title: string;
artist: string;
}