Pular para o conteúdo principal

PublicMatchResponse

@raizfc/contracts


@raizfc/contracts / PublicMatchResponse

Type Alias: PublicMatchResponse

PublicMatchResponse = Readonly<{ gallery: PublicMatchSectionDto<PublicMatchGalleryItemDto>; headToHead: PublicMatchSectionDto<PublicMatchSummaryDto>; lineups: PublicMatchSectionDto<PublicMatchLineupDto>; match: PublicMatchDto; providers: PublicMatchSectionDto<PublicMatchProviderDto>; report: PublicMatchSectionDto<PublicMatchReportDto>; timeline: PublicMatchSectionDto<PublicMatchEventDto>; validation: PublicMatchValidationDto; viewer: PublicMatchViewerDto; warnings: readonly PublicEntityWarningDto[]; }>

Defined in: dto/public-match.dto.ts:166