import { StageInterface } from "../core/stage.interface"; export interface FacetStageInterface { [key: string]: StageInterface[]; }