@samply/lens
    Preparing search index...

    Type Alias AstTopLayer

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

    Properties

    Properties

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