data(*): Add working regenerated data structure

This commit is contained in:
Josh Creek
2026-01-17 20:39:55 +00:00
parent a604fe2526
commit f302721119
19 changed files with 8340 additions and 9943 deletions
+1
View File
@@ -3,6 +3,7 @@ export interface CatchRecord {
_id: string; // Maps to Supabase 'id' field for frontend compatibility
userId: string;
pokemonId: string;
pokedexId: string;
haveToEvolve: boolean;
caught: boolean;
inHome: boolean;