12 changed files with 77 additions and 14 deletions
@ -1,5 +1,13 @@ |
|||||
|
/* |
||||
|
* * |
||||
|
* * @file Класс |
||||
|
* * @version {2022}.{2}.{6} |
||||
|
* * @author Verevkin S.A. |
||||
|
* * @copyright Verevkin S.A. |
||||
|
* |
||||
|
*/ |
||||
|
|
||||
export interface IWitchDto { |
export interface IWitchDto { |
||||
guid: string, |
guid: string, |
||||
flagReal: boolean, |
|
||||
position: number, |
position: number, |
||||
}; |
}; |
||||
|
|||||
Loading…
Reference in new issue