Interface: DevWorkspaceToken
Defined in: src/batteries/dev_tools/types.ts:188
Opaque provenance token for one workspace value. Tokens are runtime-minted and unique per execution and persistence point, so a short-circuit cannot restore a stale or foreign workspace.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
[devWorkspaceTokenBrand] | readonly | true | Brand proving this token was minted by the runtime. Middleware cannot construct a valid token; it must copy the token unchanged when short-circuiting within the same execution epoch. | src/batteries/dev_tools/types.ts:193 |