import { PropertyASTNode } from "../parser/json"; export interface SubStack { path: string; node: PropertyASTNode; }