# CreateScheduledReportDto

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/analytics/export/scheduled-reports.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/analytics/export/scheduled-reports.service.ts#L11)

## Properties

| Property | Type |
|---|---|
| `name` | `string` |
| `description` | `string` |
| `cron` | `string` |
| `timezone` | `string` |
| `format` | `ReportFormat` |
| `period` | `number` |
| `sections` | `ExportSection[]` |
| `recipientEmails` | `string[]` |
