Rename IAvailableSymbolModel to IAvailableSymbol
This commit is contained in:
parent
781b5af1e8
commit
be99fb16ab
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ import { IImage } from './IImage';
|
|||
|
||||
/**
|
||||
* Model of available symbol to configure the application */
|
||||
export interface IAvailableSymbolModel {
|
||||
export interface IAvailableSymbol {
|
||||
Name: string
|
||||
XPositionReference: XPositionReference
|
||||
Image: IImage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue