spotifyplaylistarchive.com/models/search-result.ts

5 lines
64 B
TypeScript

export interface SearchResult {
id: string;
name: string;
}