@logixjs/core
    Preparing search index...

    Type Alias JsonValue

    JsonValue:
        | null
        | boolean
        | number
        | string
        | ReadonlyArray<JsonValue>
        | { readonly [key: string]: JsonValue }