# EntityKindRecord

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

Topology entity-kind record.

```ds title="EntityKindRecord"
export struct EntityKindRecord {
    kind: EntityKind;
    labels: LabelSet | undefined;
}
```

[language/library/src/topology/entity.ds:10:15](https://github.com/destack-sh/destack/blob/main/language/library/src/topology/entity.ds#L10-L15)

## Members

### `kind: EntityKind`

Entity kind.

### `labels: LabelSet | undefined`

Kind labels.
