export interface IUserChallengeProgressDTO { completed: boolean; progress: number; }