interface MinMaxDates {
    max: Date;
    min: Date;
}

Properties

Properties

max: Date
min: Date