@servicenow/sdk - v4.7.0
    Preparing search index...
    CatalogToolDetails: BaseToolDetails & {
        catalogItemId: string | Record<"sc_cat_item">;
        type: "catalog";
    }

    Catalog tool - references a Service Catalog item

    Type Declaration

    • catalogItemId: string | Record<"sc_cat_item">

      Catalog Item ID associated with the tool

    • type: "catalog"