@suluk/cost - v0.2.0
    Preparing search index...

    Interface CostSummary

    interface CostSummary {
        total: number;
        count: number;
        byPrincipal: Record<string, number>;
        byOperation: Record<string, number>;
        byAction: Record<string, number>;
        bySource: Record<string, number>;
    }
    Index

    Properties

    total: number
    count: number
    byPrincipal: Record<string, number>
    byOperation: Record<string, number>
    byAction: Record<string, number>
    bySource: Record<string, number>