// Generated Source interface ReportingPagesInfo { /** * Name of a page. CFA application UI predefines a set of possible names and treats them as enum constants to distinguish pages by type. This is not user-visible value, as it might need localization. The maximum value is 255 */ name?: string; /** * CFA-defined filter values/page parameters */ attrX?: string; } export default ReportingPagesInfo;