style media set cards

This commit is contained in:
Yisroel Baum 2026-05-25 21:01:33 +03:00
parent 28f0e87386
commit a4d7c4fafd
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
3 changed files with 95 additions and 85 deletions

View file

@ -4,6 +4,8 @@ import { defineStore } from 'pinia'
export interface MediaSet {
id: number
name: string
description: string
iconImageUrl: string
}
interface SetsResponse {