@suluk/reference - v0.2.1
    Preparing search index...

    Interface CostModel

    C024 — the cost facet may declare a non-synchronous trigger (the cost accrues on a background event).

    interface CostModel {
        estimateMicroUsd?: number;
        components?: CostComponent[];
        trigger?: string;
        triggerRef?: string;
        attribution?: { strategy?: string; expression?: string };
    }
    Index

    Properties

    estimateMicroUsd?: number
    components?: CostComponent[]
    trigger?: string
    triggerRef?: string
    attribution?: { strategy?: string; expression?: string }