Pular para o conteúdo principal

PlayerInvitesResponse

@raizfc/contracts


@raizfc/contracts / PlayerInvitesResponse

Type Alias: PlayerInvitesResponse

PlayerInvitesResponse = Readonly<{ invites: readonly TeamPlayerLinkDto[]; }>

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).