Refactor decode to match existing partner.

This commit is contained in:
Patrick Fic
2025-03-20 13:44:23 -07:00
parent 45209bd9e4
commit 4310b3779a
10 changed files with 83 additions and 7 deletions

View File

@@ -19,5 +19,5 @@ export interface DecodedStlLine {
ttl_amt?: number;
}
export interface DecodedStl {
cieca_stl: DecodedStlLine[];
cieca_stl: { data: DecodedStlLine[] };
}