Files
csgowtf/src/api/models/index.ts
2022-03-22 10:08:24 +01:00

18 lines
509 B
TypeScript

/* 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';