Fixes Duplicate Interface
This renames a BTR configuration interface that had the same name as another interface. IBtrMapConfig --> IBtrPathConfig
This commit is contained in:
parent
50c7a26a58
commit
8821115cfc
@ -1120,7 +1120,7 @@ export interface IBtrMapConfig
|
|||||||
pathsConfigurations: IBtrMapConfig[]
|
pathsConfigurations: IBtrMapConfig[]
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface IBtrMapConfig
|
export interface IBtrPathConfig
|
||||||
{
|
{
|
||||||
id: string
|
id: string
|
||||||
enterPoint: string
|
enterPoint: string
|
||||||
|
Loading…
Reference in New Issue
Block a user