# core/ids/walk.ids.ts

> 2 lines of code and 1 definition.

Tree: Site tree
Language: typescript
Layer: infrastructure
Canonical: https://banes-lab.com/anatomy/tree#file-core-ids-walk-ids-ts
Source text: https://banes-lab.com/assets/sources/source.026d3b502738b884e15c5f1d71953b4216497a837e78ca839be720d624464fef.generated.txt

## Definitions

- `NODE_REQUESTED` (lexical_declaration, line 3, exported)

## Source

```typescript
import type { EventName } from "#types/event.types";

export const NODE_REQUESTED = "node.requested" satisfies EventName;
```
