@suluk/builder - v0.1.11
    Preparing search index...

    Interface ModuleCost

    A per-operation cost facet (mirrors @suluk/cost's CostModel; kept local so builder needn't depend on cost).

    interface ModuleCost {
        components: { source: string; basis: string; microUsd: number }[];
        estimateMicroUsd: number;
    }
    Index

    Properties

    components: { source: string; basis: string; microUsd: number }[]
    estimateMicroUsd: number