Skip to content

Commit 1057655

Browse files
raw model
1 parent 5d5a347 commit 1057655

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Tle.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ export class Tle {
55
public name: string
66
public line1: string
77
public line2: string
8+
public raw: any
89

910
constructor(tleModel: any) {
11+
this.raw = tleModel
1012
this.satelliteId = tleModel.satelliteId
1113
this.name = tleModel.name
1214
this.line1 = tleModel.line1

0 commit comments

Comments
 (0)