Amend dynamic imports

This commit is contained in:
2025-07-15 11:04:21 +02:00
parent bb114f16e0
commit 79814b18b1
21 changed files with 203 additions and 98 deletions

View File

@@ -55,10 +55,10 @@ export interface SpellCard {
'name': string;
/**
*
* @type {Set<CardPrint>}
* @type {Array<CardPrint>}
* @memberof SpellCard
*/
'cardPrints': Set<CardPrint>;
'cardPrints': Array<CardPrint>;
/**
*
* @type {SpellCardType}