index
:
phperkaigi-2025-albatross
main
phperkaigi-2025
phperkaigi-2025-albatross
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
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; };