precifica-obra-core
    Preparing search index...

    Interface LaborCharge

    interface LaborCharge {
        code: string;
        description?: string;
        percentage: DecimalInput;
    }
    Index
    code: string
    description?: string
    percentage: DecimalInput