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

@@ -1,4 +1,4 @@
export interface DecodedStl {
export interface DecodedStlLine {
ttl_type?: string;
ttl_typecd?: string;
t_amt?: number;
@@ -18,3 +18,6 @@ export interface DecodedStl {
ttl_hrs?: number;
ttl_amt?: number;
}
export interface DecodedStl {
cieca_stl: DecodedStlLine[];
}