TeamManagementPendingActionDto
@raizfc/contracts / TeamManagementPendingActionDto
Type Alias: TeamManagementPendingActionDto
TeamManagementPendingActionDto =
Readonly<{description:string;id:ID;kind:string;route:PublicRoute;title:string; }>
Defined in: team/team-management.dto.ts:166
Real, computed nudges — not invented metrics. Only team.identity_incomplete exists in this
pack (missing crest) because no other subsystem (squad/matches/torcidas/wallet) is built yet to
source a pending action from; kind stays an open string so later packs can add their own
without a contract break (same pattern as AuditLogDto.action).