import type { Presenter } from '@core/shared/presentation'; import type { GetPendingSponsorshipRequestsResultDTO } from '../use-cases/GetPendingSponsorshipRequestsUseCase'; export type PendingSponsorshipRequestsViewModel = GetPendingSponsorshipRequestsResultDTO; export interface IPendingSponsorshipRequestsPresenter extends Presenter {}