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