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