# EntityId

`import { EntityId } from "destack:runtime";`

Runtime entity identifier.

```ds title="EntityId"
export newtype EntityId = string
```

[language/library/src/runtime/entity.ds:3](https://github.com/destack-sh/destack/blob/main/language/library/src/runtime/entity.ds#L3)
