@hbbio/nanoagent
    Preparing search index...

    Type Alias JsonContent

    type JsonContent = {
        data: unknown;
        type: "json";
    }
    Index

    Properties

    Properties

    data: unknown
    type: "json"