@prometheus-ags/universal-agent-runtime-sdk
    Preparing search index...

    Type Alias JsonValue

    JsonValue:
        | null
        | boolean
        | number
        | string
        | JsonValue[]
        | { [key: string]: JsonValue }