kysely
    Preparing search index...

    Interface ListNode

    interface ListNode {
        items: readonly OperationNode[];
        kind: "ListNode";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    items: readonly OperationNode[]
    kind: "ListNode"