interface Entity {
    category: string;
    eid: string;
    kind: "entity";
}

Hierarchy (view full)

Properties

Properties

category: string
eid: string
kind: "entity"