Pular para o conteúdo principal

TorcidaMemberCandidateSearchResponse

@raizfc/contracts


@raizfc/contracts / TorcidaMemberCandidateSearchResponse

Type Alias: TorcidaMemberCandidateSearchResponse

TorcidaMemberCandidateSearchResponse = Readonly<{ candidates: readonly ManagementUserSummaryDto[]; }>

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.