import { IStat } from "./i-stat"; export interface IStats { str: IStat; dex: IStat; con: IStat; int: IStat; wis: IStat; cha: IStat; }