league service
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import type { Presenter } from '@gridpilot/shared/presentation/Presenter';
|
||||
|
||||
export interface GetTotalLeaguesViewModel {
|
||||
totalLeagues: number;
|
||||
}
|
||||
|
||||
export interface GetTotalLeaguesResultDTO {
|
||||
totalLeagues: number;
|
||||
}
|
||||
|
||||
export interface IGetTotalLeaguesPresenter extends Presenter<GetTotalLeaguesResultDTO, GetTotalLeaguesViewModel> {}
|
||||
Reference in New Issue
Block a user