interface ProjectSettingsPeriodicReport {
    enabled: boolean;
    frequency: ProjectSettingsPeriodicReportFrequency;
    sendingDay: number;
    sendingHour: number;
}

Properties

enabled: boolean

Enable or disable periodic report notifications.

At which frequency you receive periodic report notifications.

sendingDay: number

On which day you receive periodic report notifications (1-7 weekly, 1-28 monthly).

sendingHour: number

At which hour you receive periodic report notifications.