Almost matching export.
This commit is contained in:
@@ -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[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user