The basic result structure from generic parsing of a Beancount entry. Contains the entry type, header line content, and any properties like comments.
Optional
The main header content from the first line of the entry
Properties extracted from the entry
Optional comment text following a semicolon
The type of Beancount entry (e.g., 'open', 'close', 'balance')
The basic result structure from generic parsing of a Beancount entry. Contains the entry type, header line content, and any properties like comments.