module cleanup
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import { Presenter } from './Presenter';
|
||||
|
||||
export interface TransferLeagueOwnershipResultDTO {
|
||||
success: boolean;
|
||||
}
|
||||
|
||||
export interface TransferLeagueOwnershipViewModel {
|
||||
success: boolean;
|
||||
error?: string;
|
||||
}
|
||||
|
||||
export interface ITransferLeagueOwnershipPresenter extends Presenter<TransferLeagueOwnershipResultDTO, TransferLeagueOwnershipViewModel> {}
|
||||
Reference in New Issue
Block a user