import { StageInterface } from "../core/stage.interface"; export interface UnionWithStageInterface { coll: string; pipeline?: StageInterface[]; }