feat: add ui and handler for export

This commit is contained in:
Gabe Farrell 2025-06-18 08:25:15 -04:00
parent 3157db8b6d
commit f14c25c52f
6 changed files with 108 additions and 20 deletions

View file

@ -196,6 +196,8 @@ function deleteListen(listen: Listen): Promise<Response> {
method: "DELETE"
})
}
function getExport() {
}
export {
getLastListens,
@ -224,6 +226,7 @@ export {
updateApiKeyLabel,
deleteListen,
getAlbum,
getExport,
}
type Track = {
id: number