diff options
Diffstat (limited to 'frontend/app/types/PlayerProfile.ts')
| -rw-r--r-- | frontend/app/types/PlayerProfile.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend/app/types/PlayerProfile.ts b/frontend/app/types/PlayerProfile.ts index 2e9c16a..3ca0896 100644 --- a/frontend/app/types/PlayerProfile.ts +++ b/frontend/app/types/PlayerProfile.ts @@ -1,5 +1,5 @@ export type PlayerProfile = { - id: number; - displayName: string; - iconPath: string | null; + id: number; + displayName: string; + iconPath: string | null; }; |
