5 lines
61 B
TypeScript
5 lines
61 B
TypeScript
![]() |
export interface Vids {
|
||
|
title: string;
|
||
|
artist: string;
|
||
|
}
|