playlist data caching

This commit is contained in:
2025-03-12 09:36:29 -07:00
parent 1520dd830c
commit e6bff5a472
3 changed files with 30 additions and 6 deletions

View File

@@ -25,6 +25,11 @@ import type {
UserObject,
} from "./objects.types.ts";
// TODO: the data that actually gets retrieved from Spotify
// depends on the fields I pass as parameters to the API
// so... technically all fields are optional? but that's so
// horrible...
// GET method
// Albums
export type GetAlbum = AlbumObject;