TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Interface ExportBucketOption

    interface ExportBucketOption {
        end_date?: Date;
        start_date?: Date;
    }
    Index

    Properties

    end_date?: Date
    start_date?: Date