new deck style

This commit is contained in:
Gavin McDonald
2025-05-09 14:32:38 -04:00
parent a15b80c23e
commit 4448bc9c57
6 changed files with 5 additions and 3 deletions

View File

@@ -29,6 +29,7 @@ export interface TarokkaBase {
aria: string;
back: boolean;
suit: 'Coins' | 'Glyphs' | 'High Deck' | 'Stars' | 'Swords' | null;
extension?: string;
}
export interface TarokkaGameBase extends TarokkaBase {