AddOrganizationReportSettingsRequest: Omit<AddReportSettingsRequest, "isGlobal"> & {
    groupId?: number;
    projectId?: number;
}