PlayerInvitesResponse
@raizfc/contracts / PlayerInvitesResponse
Type Alias: PlayerInvitesResponse
PlayerInvitesResponse =
Readonly<{invites: readonlyTeamPlayerLinkDto[]; }>
Defined in: team/team-squad.dto.ts:19
SPEC-API-PLAYER-001 GET /players/me/invites — the player's own pending invites, a filtered
view of the same TeamPlayerLinkDto used by TeamPlayerLinksResponse (reused rather than
duplicated as a separate DTO).