Pular para o conteúdo principal

ManagerCandidateSearchResponse

@raizfc/contracts


@raizfc/contracts / ManagerCandidateSearchResponse

Type Alias: ManagerCandidateSearchResponse

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

Defined in: team/team-access.dto.ts:38

Scoped candidate lookup for "select a user" in the invite form, mirroring PlayerCandidateSearchResponse's rationale (team-squad.dto.ts): the mock fixture set (five known auth users) isn't a general people-search index, so this stays team-management-scoped rather than reusing universal search.