<?php

namespace IQDEV\ElasticSearch\Facet;

use IQDEV\ElasticSearch\Esable;

interface Facet extends Esable
{
}