Type Alias StartExportOptions
StartExportOptions: (
| { type: "USER_OBSERVATIONS" }
| { type: "ORGANISATION_OBSERVATIONS"; organisation_id: number }
| { type: "PROJECT_DUMP"; project_id: number }
| { type: "SPECIES_SHOWCASE"; showcase_id: number }
) & ExportFilters & ExportOptionsBase