mirror of
https://github.com/AndrioCelos/TableturfBattleApp.git
synced 2026-07-12 08:06:07 -05:00
5 lines
63 B
TypeScript
5 lines
63 B
TypeScript
interface ICardElement {
|
|
card: Card;
|
|
element: HTMLElement;
|
|
}
|