racing typeorm

This commit is contained in:
2025-12-29 00:24:56 +01:00
parent 2f6657f56d
commit 9e17d0752a
55 changed files with 3528 additions and 22 deletions

View File

@@ -18,6 +18,13 @@ export interface ILeagueRepository {
*/
findAll(): Promise<League[]>;
/**
* Count all leagues.
*
* Optional to avoid forcing all existing test doubles to implement it.
*/
countAll?(): Promise<number>;
/**
* Find leagues by owner ID
*/