Rename IAvailableSymbolModel to IAvailableSymbol

This commit is contained in:
Eric NGUYEN 2022-08-12 12:01:07 +02:00
parent 781b5af1e8
commit be99fb16ab
2 changed files with 3 additions and 3 deletions

View file

@ -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