Almost matching export.

This commit is contained in:
Patrick Fic
2025-03-20 12:50:47 -07:00
parent 2e5fe7c99d
commit 45209bd9e4
32 changed files with 490 additions and 120 deletions

View File

@@ -42,5 +42,9 @@ export interface JobMaterialRateFields {
}
export interface DecodedPfm extends JobMaterialRateFields {
materials: {
mapa?: DecodedPfmLine;
mash?: DecodedPfmLine;
};
cieca_pfm: DecodedPfmLine[];
}