beancount
    Preparing search index...

    Interface DirectiveInfo

    Information about a parsed directive

    interface DirectiveInfo {
        date?: string;
        directive: string;
    }
    Index

    Properties

    Properties

    date?: string
    directive: string