mirror of
https://github.com/maciejpedzich/spotifyplaylistarchive.com.git
synced 2024-11-14 01:03:03 +01:00
5 lines
64 B
TypeScript
5 lines
64 B
TypeScript
export interface SearchResult {
|
|
id: string;
|
|
name: string;
|
|
}
|