@servicenow/sdk - v4.4.1
    Preparing search index...
    sc_cat_item_guide: {
        extends: "sys_metadata";
        name: "sc_cat_item_guide";
        schema: {
            cascade: Typed;
            include_items: Typed;
            order_to_cart: Typed;
            script: Typed;
            sys_id: Typed;
            two_step: Typed;
            validator: Typed;
        };
    }

    Type Declaration

    • Readonlyextends: "sys_metadata"
    • Readonlyname: "sc_cat_item_guide"
    • Readonlyschema: {
          cascade: Typed;
          include_items: Typed;
          order_to_cart: Typed;
          script: Typed;
          sys_id: Typed;
          two_step: Typed;
          validator: Typed;
      }