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

    Interface CostFinding

    interface CostFinding {
        code:
            | "no-cost-model"
            | "zero-cost"
            | "unattributed-background-cost"
            | "unverified-attribution"
            | "reconciliation-incomplete";
        severity: "warn"
        | "info";
        path: string;
        operation: string;
        message: string;
    }
    Index

    Properties

    code:
        | "no-cost-model"
        | "zero-cost"
        | "unattributed-background-cost"
        | "unverified-attribution"
        | "reconciliation-incomplete"
    severity: "warn" | "info"
    path: string
    operation: string
    message: string