@suluk/keys - v0.1.0
    Preparing search index...

    Interface SpendRow

    One row of per-path spend (a positive amount), as the app's subtree query returns it.

    interface SpendRow {
        path: string;
        spent: number;
    }
    Index

    Properties

    Properties

    path: string
    spent: number