index
:
iosdc-japan-2024-albatross
main
iosdc-japan-2024-albatross
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
frontend
/
app
/
types
/
PlayerProfile.ts
blob: 42bdcb8bba8a5762c28ae288f1b90520408202e6 (
plain
)
1
2
3
4
export type PlayerProfile = { displayName: string; iconPath: string | null; };