Type Alias: PropertyAccessResult
PropertyAccessResult =
Simplify<{exists:boolean;validPath:string[];value:unknown; }>
Defined in: src/utils/chartUtils.ts:99
Type-safe nested property access result.
PropertyAccessResult =
Simplify<{exists:boolean;validPath:string[];value:unknown; }>
Defined in: src/utils/chartUtils.ts:99
Type-safe nested property access result.