smoltalk
    Preparing search index...

    Type Alias CostEstimate

    type CostEstimate = {
        cachedInputCost?: number;
        currency: string;
        inputCost: number;
        outputCost: number;
        totalCost: number;
    }
    Index

    Properties

    cachedInputCost?: number
    currency: string
    inputCost: number
    outputCost: number
    totalCost: number