export class LeaderboardViewerComponent implements OnInit {
  @Input() config;

  myScore$: Observable<any>;