export interface IPlayerLeaderboardDTO { id: string; tierProperty?: string; tierUserLimit?: number; scoreProperty: string; rotationIntervalInMinutes?: number; scoreLabel: string; onClickRedirect?: string; lastRotationAt: Date; firstActionAt: Date; }