import { type Level } from '../Sheet'; import { type RoleAbility } from './RoleAbility'; export type RoleAbilitiesPerLevel = Record> & T;