Type Alias SearchCustomFieldType4Range

SearchCustomFieldType4Range: {
    field: string;
    operator: "range";
    value: SearchConfigDates;
}

Type declaration