interface RawSearchHit {
    EntityType: "Group";
    Id: string;
    Name: string;
}

Properties

Properties

EntityType: "Group"
Id: string
Name: string