precifica-obra-core
    Preparing search index...

    Interface SinapiReference

    interface SinapiReference {
        category: SinapiCategory;
        code: string;
        description: string;
        originCode?: string;
        priceDesonerado: string | null;
        priceNaoDesonerado: string | null;
        referenceMonth: string;
        source: "CUSTOM" | "SINAPI";
        state: string;
        unit: string;
    }
    Index
    category: SinapiCategory
    code: string
    description: string
    originCode?: string
    priceDesonerado: string | null

    Price from the desonerado SINAPI column.

    priceNaoDesonerado: string | null

    Price from the não desonerado SINAPI column.

    referenceMonth: string
    source: "CUSTOM" | "SINAPI"
    state: string
    unit: string