fieldnotesai
    Preparing search index...

    Interface ExportOptions

    Provides functionality for export options.

    interface ExportOptions {
        format: ExportFormat;
        practitionerName?: string;
        types: ExportType[];
    }
    Index

    Properties

    format: ExportFormat
    practitionerName?: string
    types: ExportType[]