beancount
    Preparing search index...

    Interface ParseResultObj

    interface ParseResultObj {
        entries: { type: EntryType }[];
    }
    Index

    Properties

    Properties

    entries: { type: EntryType }[]