OrganizationReportSettings: Omit<ReportSettings, "isGlobal"> & {
    groupId: number;
    projectId: number;
}