ManagerCandidateSearchResponse
@raizfc/contracts / ManagerCandidateSearchResponse
Type Alias: ManagerCandidateSearchResponse
ManagerCandidateSearchResponse =
Readonly<{candidates: readonlyManagementUserSummaryDto[]; }>
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.