observation-js Documentation - v1.16.0
    Preparing search index...

    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