1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 00:09:18 +00:00

feat: Add an updated field to the card field (#460)

This commit is contained in:
2024-05-12 00:51:56 +02:00
committed by GitHub
parent e4aba3bf1c
commit c476d82618
6 changed files with 76 additions and 5 deletions

View File

@ -261,7 +261,9 @@ export interface Card extends CardResume {
* Ability to play in expanded tournaments
*/
expanded: boolean;
};
}
updated: string
}
/**