29 lines
1.3 KiB
TypeScript
29 lines
1.3 KiB
TypeScript
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";
|
|
export * from "./interfaces/guest-player-request";
|
|
export * from "./interfaces/single-tournament";
|
|
export * from "./interfaces/team-championship";
|
|
export * from "./interfaces/tag";
|
|
export * from "./interfaces/role";
|
|
export * from "./interfaces/confirmation-request";
|
|
export * from "./interfaces/confirmation-request/adult-confirmation-request";
|
|
export * from "./interfaces/confirmation-request/official-confirmation-request";
|
|
export * from "./interfaces/confirmation-request/player-confirmation-request";
|
|
export * from "./interfaces/confirmation-request/team-admin-confirmation-request";
|
|
export * from "./interfaces/confirmation-request/team-manager-confirmation-request";
|