fix api build issues
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
import type { Presenter } from '../../../shared/presentation/Presenter';
|
||||
import { GetPrizesResultDTO } from '../dtos/GetPrizesDTO';
|
||||
|
||||
export interface IGetPrizesPresenter extends Presenter<GetPrizesResultDTO, GetPrizesResultDTO> {}
|
||||
|
||||
export class GetPrizesPresenter implements IGetPrizesPresenter {
|
||||
export class GetPrizesPresenter implements Presenter<GetPrizesResultDTO, GetPrizesResultDTO> {
|
||||
private result: GetPrizesResultDTO | null = null;
|
||||
|
||||
reset() {
|
||||
|
||||
Reference in New Issue
Block a user