import { RollableValue } from '../util/value'; export interface Stat { id: string; value: RollableValue; }