index.ts
286 字节
import {Match} from './match'
import {Issue} from './issue'
import {Lottery} from './lottery'
import {Odds100} from './odds100'
import {MatchJson} from './matchJson'
import {Team,NBATeam} from './team'
export{
Match,
Issue,
Lottery,
Odds100,
Team,
NBATeam,
MatchJson,
};