Interface DatePicker

interface DatePicker {
    action_id: string;
    initial_date: string;
    type: "datepicker";
}

Properties

action_id: string
initial_date: string
type: "datepicker"