import { IAchievement } from './IAchievement'; export interface IPlayerAchievement extends IAchievement { claimed: boolean; }