TorcidaMemberCandidateSearchResponse
@raizfc/contracts / TorcidaMemberCandidateSearchResponse
Type Alias: TorcidaMemberCandidateSearchResponse
TorcidaMemberCandidateSearchResponse =
Readonly<{candidates: readonlyManagementUserSummaryDto[]; }>
Defined in: torcida/torcida.dto.ts:234
Scoped candidate lookup for "select a torcedor" in the invite form, mirroring
ManagerCandidateSearchResponse — reuses ManagementUserSummaryDto rather than a torcida-local
duplicate of the same {id, displayName} shape. Also reused by the Access module's manager
candidate search (searchManagerCandidates) — same output shape, different exclusion query.