aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/types/PlayerProfile.ts
blob: 3ca0896bda516758b1e33ccd9b1a2f4bca90c344 (plain)
1
2
3
4
5
export type PlayerProfile = {
  id: number;
  displayName: string;
  iconPath: string | null;
};