EntityByIds import { EntityByIds } from "destack:topology"; Selector that matches a fixed entity id set. export struct EntityByIds { kind: "ids"; ids: [EntityId]; } language/library/src/topology/entity.ds:44:49 Members kind: "ids" Selector discriminator. ids: [EntityId] Entity ids to match.