Interface DateSelection

interface DateSelection {
    dates: string[];
}

Properties

Properties

dates: string[]

Generated using TypeDoc