interface TimeExtentCompat {
    end: Date;
    start: Date;
}

Properties

Properties

end: Date
start: Date