Type Alias AstTopLayer

AstTopLayer: { children: AstElement[]; key?: string; operand: "AND" | "OR" }

Type declaration

  • children: AstElement[]
  • Optionalkey?: string
  • operand: "AND" | "OR"