UNPKG
deckbuilder
Version:
latest (1.1.2)
1.1.2
1.1.0
1.0.4
1.0.0
0.1.3
0.1.2
0.1.0
A deck building and management tool any card based games in the browser or Node.
deckbuilder
/
lib
/
interfaces
/
Card.d.ts
8 lines
(7 loc)
•
134 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * Defines the properties that a card has. */
export
default
interface
Card
{
id
:
string
; [
props
:
string
]:
any
; }