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

    Interface CostRow

    interface CostRow {
        operation: string;
        path: string;
        estimateMicroUsd: number;
        sources: string[];
        trigger: CostTrigger;
    }
    Index

    Properties

    operation: string
    path: string
    estimateMicroUsd: number
    sources: string[]
    trigger: CostTrigger