Changeset 1579b4f for frontend/src/utils


Ignore:
Timestamp:
02/10/26 21:58:39 (5 months ago)
Author:
Filip Gavrilovski <filipgavrilovski28@…>
Branches:
main
Children:
92db381
Parents:
0808ef2
Message:

refactor artist, collection, listener components to have similar style as other components; refactor some dto-s

Location:
frontend/src/utils
Files:
1 added
1 edited

Legend:

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

    r0808ef2 r1579b4f  
    1515        entityType: string;
    1616        isLikedByCurrentUser: boolean;
     17        cover?: string | null;
     18        link?: string | null;
    1719}
    1820
Note: See TracChangeset for help on using the changeset viewer.