export interface CustomFacetRange {
    From: string | null;
    To: string | null;
}
