beancount
    Preparing search index...

    Variable DATED_ENTRY_TYPESConst

    DATED_ENTRY_TYPES: readonly [
        "balance",
        "close",
        "commodity",
        "custom",
        "document",
        "event",
        "note",
        "open",
        "pad",
        "price",
        "query",
        "transaction",
    ] = ...

    Array of all Beancount entry types that start with a date (YYYY-MM-DD format). These entries follow the pattern: YYYY-MM-DD <type> ...