beancount
    Preparing search index...

    Interface PostingComment

    interface PostingComment {
        comment: string;
        order: number;
    }
    Index

    Properties

    Properties

    comment: string
    order: number