Type Alias: CommunitySearchModeDto
@kortexya/reasoninglayer / Communities / CommunitySearchModeDto
Type Alias: CommunitySearchModeDto
CommunitySearchModeDto = {
entityIds:string[];type:"by_entities"; } | {type:"by_impact"; } | {level:number;type:"by_level"; } | {keyword:string;type:"by_keyword"; }
Defined in: src/types/communities.ts:9
Search mode for community queries.
Remarks
Tagged union discriminated by type.