{"version":3,"file":"static/js/43541.ee02b203.chunk.js","mappings":"6HAYO,IAAKA,EAAwB,SAAxBA,GAAwB,OAAxBA,EAAwB,UAAxBA,EAAwB,cAAxBA,EAAwB,gBAAxBA,EAAwB,gBAAxBA,EAAwB,gBAAxBA,CAAwB,MA8BxBC,EAAiC,SAAjCA,GAAiC,OAAjCA,EAAiC,2BAAjCA,EAAiC,2BAAjCA,CAAiC,K","sources":["newelements/SearchElement/partials/types.ts"],"sourcesContent":["import { NewCasinoGameBackend } from 'interfaces/new-casino';\nimport { Sport } from 'interfaces/sportsbook-data-levels';\n\nexport type TSportsGames = Sport[];\nexport type TSportsGamesState = TSportsGames | null;\n\nexport type TSportsGamesResponse = {\n data: { sport: Record | null };\n};\n\nexport type TCasinoGamesResponse = [string, NewCasinoGameBackend][];\n\nexport enum ESearchElementSearchType {\n ALL = 'all',\n SPORT = 'sport',\n CASINO = 'casino',\n ESPORT = 'esport',\n RACING = 'racing'\n}\n\nexport type TSearchActions = {\n name?: string;\n gameId: number;\n region?: string;\n eSport?: boolean;\n gameDate: number;\n sportType: string;\n team1_name: string;\n team2_name: string;\n gamesStatus: string;\n competitionId?: number;\n sportTypeAlias: string;\n competitionName: string;\n};\n\nexport type TSearchSelectedSport = {\n alias: string;\n name: string;\n type: number;\n id?: number | string;\n} | null;\n\nexport enum ESearchElementEventBusActionTypes {\n CLOSE = 'searchElementClose',\n RESET = 'searchElementReset'\n}\n"],"names":["ESearchElementSearchType","ESearchElementEventBusActionTypes"],"sourceRoot":""}