PublicMatchResponse
@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: readonlyPublicEntityWarningDto[]; }>
Defined in: dto/public-match.dto.ts:166