refactor: make match-collector export its types, and consume them in frontend
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
/**
|
||||
* Match Collector Library
|
||||
* Exports all shared types for use by other projects (e.g., frontend)
|
||||
*/
|
||||
|
||||
// Export all types
|
||||
export type {
|
||||
ItemTag,
|
||||
GoldAdvantageTag,
|
||||
PlatformCounts,
|
||||
ItemTree,
|
||||
Rune,
|
||||
ItemCountEntry,
|
||||
FirstBackItemSetEntry,
|
||||
ItemSet,
|
||||
FirstBackGroup,
|
||||
Build,
|
||||
Builds,
|
||||
MatchupData,
|
||||
SummonerSpellData,
|
||||
LaneData,
|
||||
ChampionData,
|
||||
ChampionSummary,
|
||||
Champion,
|
||||
BackEvent,
|
||||
FirstBackData
|
||||
} from './types'
|
||||
Reference in New Issue
Block a user