mirror of
https://github.com/gabehf/Koito.git
synced 2026-04-22 20:11:50 -07:00
feat: add ui and handler for export
This commit is contained in:
parent
3157db8b6d
commit
f14c25c52f
6 changed files with 108 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue