This commit is contained in:
Dylan Pizzo
2025-01-07 22:25:44 -08:00
parent 6827b966fd
commit 03fff8576e
4 changed files with 50 additions and 3 deletions

View File

@ -43,6 +43,7 @@ export type DominionCard =
author: string;
version: string;
cost: DominionText;
expansionIcon: string;
preview?: DominionText;
}
| {