EntityRecord import { EntityRecord } from "destack:topology"; Concrete topology entity record. export struct EntityRecord { id: EntityId; kind: EntityKind; name: string | undefined; labels: LabelSet | undefined; } language/library/src/topology/entity.ds:18:27 Members id: EntityId Entity identifier. kind: EntityKind Entity kind. name: string | undefined Optional entity name. labels: LabelSet | undefined Entity labels.