This commit is contained in:
2023-06-24 10:06:52 +02:00
parent 87b8317c90
commit b960d35a58
5 changed files with 75 additions and 23 deletions

View File

@ -9,6 +9,8 @@ export type SongInfo = {
thumbnailUrl?: string;
postedUrl: string;
resizedThumbnails?: SongThumbnailImage[];
thumbnailWidth?: number;
thumbnailHeight?: number;
};
export type SongwhipReponse = {