EntityById import { EntityById } from "destack:topology"; Selector that matches one entity by id. export struct EntityById { kind: "id"; id: EntityId; } language/library/src/topology/entity.ds:36:41 Members kind: "id" Selector discriminator. id: EntityId Entity id to match.