Source: widget/help/catalogues/QuickTour.js

(function() {
    /**
     * this backend connector is able to handle Quick Tour content
     * @augments Help4.widget.help.catalogues._Special
     */
    Help4.widget.help.catalogues.QuickTour = class extends Help4.widget.help.catalogues._Special {
        static ID = 'CMP_QuickTour';
        static CATALOGUE_TYPE = 'QuickTour';
    }
})();