interface DateFilter {
    from: string | Date;
    to: string | Date;
}

Properties

Properties

from: string | Date
to: string | Date

Generated using TypeDoc