import {CardKey} from './cards/cards' export interface CardInstance { key: CardKey // other relevant modifiers to show user }