output
    Preparing search index...

    Interface LLMUsageEventItem

    One priced usage line in the legacy LLM cost event.

    interface LLMUsageEventItem {
        amount: number;
        ppm: number;
        total: number;
        type: string;
    }
    Index

    Properties

    Properties

    amount: number
    ppm: number
    total: number
    type: string