Skip to content

PathRef

Defined in: output-transform/path-proxy.ts:26

A reference to a value at a specific path within a data structure. Carries a phantom type T representing the type at that path.

T = unknown

readonly [PATH_MARKER]: Path

Defined in: output-transform/path-proxy.ts:27