import { RewardablePropertyValue } from '../rewardable'; export interface IPlayerProfileDTO { alias: string; group: string; value: RewardablePropertyValue; }