@theredspace/spp-client
    Preparing search index...

    Interface EstimateAdjustment

    A change made to an estimate (labor or expense). Read-only. :contentReference[oaicite:2]{index=2}:contentReference[oaicite:3]{index=3}

    interface EstimateAdjustment {
        adjustment_type: "0" | "1";
        amount: number;
        amount_type: "0" | "1";
        created: string;
        estimateid: string;
        id: string;
        name: string;
        updated: string;
    }
    Index

    Properties

    adjustment_type: "0" | "1"
    amount: number
    amount_type: "0" | "1"
    created: string
    estimateid: string
    id: string
    name: string
    updated: string