Type Alias BpxPersistedStateValueConstraints

BpxPersistedStateValueConstraints: Record<string,
    | string
    | number
    | boolean
    | null>

A simple JSON-like type constraint for values that can be persisted with use of BeetPx.savePersistedState.