TeamManagerDto
@raizfc/contracts / TeamManagerDto
Type Alias: TeamManagerDto
TeamManagerDto =
Readonly<{membership:ManagementMembershipDto;user:ManagementUserSummaryDto; }>
Defined in: team/team-access.dto.ts:23
ManagementMembershipDto plus the display identity the Access module's table needs
(SPEC-UX-TEAM-MGMT-001 Access Module: "Gestores, roles, overrides, owner e audit log") — the
base contract stays entity-generic and display-agnostic on purpose (also used as "my own
membership" in TeamManagementSummaryResponse, where a self-referential user field would be
redundant).