0.1.5Updated 6 months ago
declare namespace Ledger {
  type Meta = {
    total_additions: 'int'
    total_consumptions: 'int'
    aggregate_total: 'int'
  }
}