mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-24 03:11:03 +00:00
feat: ui
This commit is contained in:
@@ -25,6 +25,7 @@ const gamesArray = z.array(
|
||||
|
||||
export const userProfileSchema = z.object({
|
||||
displayName: z.string(),
|
||||
profileImageUrl: z.string().url().nullable(),
|
||||
libraryGames: gamesArray,
|
||||
recentGames: gamesArray,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user