Rename interfaces
This commit is contained in:
parent
58ec891db3
commit
d9822fdabc
11 changed files with 33 additions and 67 deletions
12
src/Interfaces/AvailableSymbol.ts
Normal file
12
src/Interfaces/AvailableSymbol.ts
Normal file
|
@ -0,0 +1,12 @@
|
|||
import { XPositionReference } from '../Enums/XPositionReference';
|
||||
import { Image } from './Image';
|
||||
|
||||
/**
|
||||
* Model of available symbol to configure the application */
|
||||
export interface AvailableSymbolModel {
|
||||
Name: string
|
||||
XPositionReference: XPositionReference
|
||||
Image: Image
|
||||
Width: number
|
||||
Height: number
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue