added api
This commit is contained in:
17
src/api/models/index.ts
Normal file
17
src/api/models/index.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
export * from './Match';
|
||||
export * from './MatchChat';
|
||||
export * from './MatchWeapons';
|
||||
export * from './Player';
|
||||
export * from './PlayerMatchStats';
|
||||
export * from './PlayerMate';
|
||||
export * from './PlayerMeta';
|
||||
export * from './PlayerMetaWeaponDmg';
|
||||
export * from './Stats';
|
||||
export * from './StatsDmg';
|
||||
export * from './StatsFlash';
|
||||
export * from './StatsFlashDuration';
|
||||
export * from './StatsFlashTotal';
|
||||
export * from './StatsMultiKills';
|
||||
export * from './StatsRank';
|
Reference in New Issue
Block a user