Member Junction
    Preparing search index...
    JsonValue:
        | string
        | number
        | boolean
        | null
        | JsonValue[]
        | { [key: string]: JsonValue }

    Any JSON-serializable value. Strongly typed in place of any/unknown.