InvitePlayerRequest
@raizfc/contracts / InvitePlayerRequest
Type Alias: InvitePlayerRequest
InvitePlayerRequest =
Readonly<{categoryIds: readonlyID[];message?:string;playerId:ID; }>
Defined in: team/team-squad.dto.ts:27
Moved here from the interim IS-MVP-01.2 scaffold (dto/public-player.dto.ts) now that
IS-MVP-04.4 delivers the real, spec-owning endpoint (SPEC-API-TEAM-TORCIDA-001:
POST /teams/:teamId/player-invites). Shape is unchanged so the public player page's existing
quick-invite call keeps working against the real implementation.