Rename interfaces

This commit is contained in:
Siklos 2022-07-31 00:11:37 +02:00
parent 58ec891db3
commit d9822fdabc
11 changed files with 33 additions and 67 deletions

View file

@ -1,12 +0,0 @@
import { XPositionReference } from '../Enums/XPositionReference';
import { IImageModel } from './IImageModel';
/**
* Model of available symbol to configure the application */
export interface IAvailableSymbolModel {
Name: string
XPositionReference: XPositionReference
Image: IImageModel
Width: number
Height: number
}