Refactor decode to match existing partner.
This commit is contained in:
@@ -19,5 +19,5 @@ export interface DecodedStlLine {
|
||||
ttl_amt?: number;
|
||||
}
|
||||
export interface DecodedStl {
|
||||
cieca_stl: DecodedStlLine[];
|
||||
cieca_stl: { data: DecodedStlLine[] };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user