PublicMatchLineupDto
@raizfc/contracts / PublicMatchLineupDto
Type Alias: PublicMatchLineupDto
PublicMatchLineupDto =
Readonly<{bench: readonlyPublicMatchPlayerDto[];formation?:string;starters: readonlyPublicMatchPlayerDto[];teamId:ID;teamName:string; }>
Defined in: dto/public-match.dto.ts:96