@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: string;
        description?: string;
        end_date: string;
        estimateid: string;
        id: string;
        loaded_cost: number;
        start_date: string;
        updated: string;
        userid: string;
    }
    Index

    Properties

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