Amend dynamic imports
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user