init commit

This commit is contained in:
2025-03-21 15:17:53 +01:00
commit d483a245f8
22 changed files with 275 additions and 0 deletions

17
src/index.ts Normal file
View File

@@ -0,0 +1,17 @@
export * from './interfaces/club';
export * from './interfaces/player';
export * from './interfaces/api-pagination';
export * from './interfaces/api-result';
export * from './interfaces/category';
export * from './interfaces/entry';
export * from './interfaces/in-memory-cache';
export * from './interfaces/official';
export * from './interfaces/pagination';
export * from './interfaces/ranking-entry';
export * from './interfaces/ranking';
export * from './interfaces/system-data';
export * from './interfaces/team-administrator';
export * from './interfaces/team-category';
export * from './interfaces/team-entry';
export * from './interfaces/team';
export * from './interfaces/tournament';