@orangecheck/insights-client / PropValue
Type Alias: PropValue
type PropValue = string | number | boolean | null;
Defined in: index.ts:55
A primitive prop value. Objects/arrays are rejected (kept flat + cheap).
@orangecheck/insights-client / PropValue
type PropValue = string | number | boolean | null;
Defined in: index.ts:55
A primitive prop value. Objects/arrays are rejected (kept flat + cheap).