UNPKG

@galaxyops/character-sheet-contracts

Version:
10 lines (8 loc) 212 B
import { Outcome } from './table.effect'; import { SupplyItem } from './supply-item'; export type Item = SupplyItem & { /** * When the item is used, the outcome of the action. */ outcome?: Outcome; };