@camunda8/sdk
    Preparing search index...
    interface DateFilter {
        from: string | Date;
        to: string | Date;
    }
    Index

    Properties

    Properties

    from: string | Date
    to: string | Date