spotifyplaylistarchive.com/models/search-result.ts

5 lines
65 B
TypeScript

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