import { StageInterface } from "../index"; export interface LookupConditionInterface { from: string; let?: { [index: string]: string; }; project?: { [index: string]: any; }; pipeline?: StageInterface[]; as: string; }