spotifyplaylistarchive.com/models/search-result.ts

5 lines
64 B
TypeScript
Raw Permalink Normal View History

2022-07-19 22:21:13 +02:00
export interface SearchResult {
id: string;
name: string;
2022-07-19 22:21:13 +02:00
}