@bluelibs/runner - v5.5.0
    Preparing search index...

    Type Alias SerializedValue

    SerializedValue:
        | JsonPrimitive
        | ObjectReference
        | SerializedTypeRecord
        | SerializedValue[]
        | { [key: string]: SerializedValue }