/** The way to treat nodes in report schedule. */ export declare enum ReportScheduleGroupType { /** Data scope only */ DataScope = "DataScope", /** Include all children */ IncludeAllChildren = "IncludeAllChildren", /** Only direct children */ IncludeDirectChildrenOnly = "IncludeDirectChildrenOnly" } //# sourceMappingURL=report_schedule_group_type.d.ts.map