@valon-technologies/gestalt
    Preparing search index...

    Type Alias KeyValueKind

    KeyValueKind:
        | { case: "scalar"; value: TypedValue }
        | { case: "array"; value: KeyValueArray }
        | { case: undefined; value?: undefined }