UNPKG

deckbuilder

Version:

A deck building and management tool any card based games in the browser or Node.

8 lines (7 loc) 134 B
/** * Defines the properties that a card has. */ export default interface Card { id: string; [props: string]: any; }