IGUHealth
    Preparing search index...

    Type Alias Interaction

    type Interaction = {
        batch: "batch";
        capabilities: "capabilities";
        create: "create";
        delete: "delete";
        history: "history";
        invoke: "invoke";
        patch: "patch";
        read: "read";
        search: "search";
        transaction: "transaction";
        update: "update";
        vread: "vread";
    }
    Index

    Properties

    batch: "batch"
    capabilities: "capabilities"
    create: "create"
    delete: "delete"
    history: "history"
    invoke: "invoke"
    patch: "patch"
    read: "read"
    search: "search"
    transaction: "transaction"
    update: "update"
    vread: "vread"