UNPKG

tsc-game

Version:
7 lines (5 loc) 131 B
import { ResourceType } from "./resources.model" export type ResourceCard = { typ: ResourceType, imageUrl: string }