interface SearchHit {
    entityType: "Group";
    id: string;
    name: string;
}

Properties

Properties

entityType: "Group"
id: string
name: string