Changeset d1ee039 for frontend/src/utils


Ignore:
Timestamp:
02/15/26 23:28:14 (5 months ago)
Author:
Dimitar Arsov <dimitararsov04@…>
Branches:
main
Children:
615dcee, c807e22
Parents:
c8baad1
Message:

create new playlist, delete playlists and add song to playlist on playlist creation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • frontend/src/utils/types.ts

    rc8baad1 rd1ee039  
    7474  isOpen: boolean;
    7575  onClose: () => void;
    76   onSuccess: () => void;
     76  onSuccess: () => void | Promise<void>;
     77  songId?: number | null;
    7778}
    7879
Note: See TracChangeset for help on using the changeset viewer.