import { IAchievementDTO } from './IAchievement.dto'; export interface IPlayerAchievementDTO extends IAchievementDTO { claimed: boolean; }