beancount
    Preparing search index...

    Interface ParseResultObj

    interface ParseResultObj {
        nodes: { type: NodeType }[];
    }
    Index

    Properties

    Properties

    nodes: { type: NodeType }[]