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

    Interface EstimateLabor

    Anticipated staffing cost for an estimate. Read-only. :contentReference[oaicite:6]{index=6}:contentReference[oaicite:7]{index=7}

    interface EstimateLabor {
        amount: number;
        amount_type: "0" | "1";
        billing_rate: number;
        created: DateContainer;
        description?: string;
        end_date: DateContainer;
        estimateid: string;
        id: string;
        loaded_cost: number;
        phaseid: string;
        start_date: DateContainer;
        updated: DateContainer;
        userid: string;
    }
    Index

    Properties

    amount: number
    amount_type: "0" | "1"
    billing_rate: number
    created: DateContainer
    description?: string
    end_date: DateContainer
    estimateid: string
    id: string
    loaded_cost: number
    phaseid: string
    start_date: DateContainer
    updated: DateContainer
    userid: string