# EntityByKind

`import { EntityByKind } from "destack:topology";`

Selector that matches entities by kind.

```ds title="EntityByKind"
export struct EntityByKind {
    kind: "kind";
    entityKind: EntityKind;
}
```

[language/library/src/topology/entity.ds:52:57](https://github.com/destack-sh/destack/blob/main/language/library/src/topology/entity.ds#L52-L57)

## Members

### `kind: "kind"`

Selector discriminator.

### `entityKind: EntityKind`

Entity kind to match.
