parent
10da8bb075
commit
668a0bc20e
@ -1,5 +1,15 @@ |
||||
export class Registers { |
||||
xtee_mta = '' |
||||
ria = '' |
||||
scoring = '' |
||||
xtee_pension = '' |
||||
|
||||
reset () { |
||||
// eslint-disable-next-line @typescript-eslint/camelcase
|
||||
this.xtee_mta = '' |
||||
this.ria = '' |
||||
this.scoring = '' |
||||
// eslint-disable-next-line @typescript-eslint/camelcase
|
||||
this.xtee_pension = '' |
||||
} |
||||
} |
||||
|
Loading…
Reference in new issue