Sama UI Library
    Preparing search index...

    Interface DateRange

    interface DateRange {
        end: Date;
        start: Date;
    }
    Index

    Properties

    Properties

    end: Date
    start: Date