# RuntimeId

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

Runtime identifier in one world.

```ds title="RuntimeId"
export newtype RuntimeId = uint64
```

[language/library/src/runtime/world.ds:18](https://github.com/destack-sh/destack/blob/main/language/library/src/runtime/world.ds#L18)
