EntityByLabels import { EntityByLabels } from "destack:topology"; Selector that matches entities by labels. export struct EntityByLabels { kind: "labels"; labels: [LabelSelector]; } language/library/src/topology/entity.ds:60:65 Members kind: "labels" Selector discriminator. labels: [LabelSelector] Label selector clauses.