/** The different categories of data supported, represented by the plugin's tabs. */ export enum CategoryType { WEBDATA = 'webdata', CATALOGUES = 'catalogues', ADDED = 'added', }