style media set cards
This commit is contained in:
parent
28f0e87386
commit
a4d7c4fafd
3 changed files with 95 additions and 85 deletions
|
|
@ -4,6 +4,8 @@ import { defineStore } from 'pinia'
|
|||
export interface MediaSet {
|
||||
id: number
|
||||
name: string
|
||||
description: string
|
||||
iconImageUrl: string
|
||||
}
|
||||
|
||||
interface SetsResponse {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue