UNPKG

roleplayer

Version:

A library for building table top role playing game worlds, and managing campaigns in those worlds

7 lines (5 loc) 86 B
import { Id } from "../.."; export type CampaignMap = { id: Id; name: string; };