@argantom/argantom
    Preparing search index...

    Type Alias Total

    Response type for Ledger.total.

    type Total = {
        totalExpense: Val;
        totalIncome: Val;
    }
    Index

    Properties

    totalExpense: Val

    The sum of all expense values in all records in this ledger.

    totalIncome: Val

    The sum of all income values in all records in this ledger.