price -> cost

This commit is contained in:
Dylan Pizzo
2025-01-06 22:14:58 -05:00
parent 0099624165
commit 28f214fb51
3 changed files with 4 additions and 4 deletions

View File

@ -42,7 +42,7 @@ export type DominionCard =
artist: string;
author: string;
version: string;
price: DominionText;
cost: DominionText;
preview?: DominionText;
}
| {
@ -54,7 +54,7 @@ export type DominionCard =
artist: string;
author: string;
version: string;
price: DominionText;
cost: DominionText;
};
export type DominionCustomSymbol = {