Type Alias SearchCustomFieldType3Range

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

Type declaration