Skip to content
1 min read · 98 words

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

PropertyModifierTypeDescriptionDefined in
[devWorkspaceTokenBrand]readonlytrueBrand 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