export interface IAPIAnalyticsFacetSelection {
  entryName: string;
  status: string;
}
