Fixes Duplicate Interface

This renames a BTR configuration interface that had the same name as another interface.

IBtrMapConfig --> IBtrPathConfig
This commit is contained in:
Refringe 2024-05-08 00:26:12 -04:00
parent 50c7a26a58
commit 8821115cfc
No known key found for this signature in database
GPG Key ID: 7715B85B4A6306ED

View File

@ -1120,7 +1120,7 @@ export interface IBtrMapConfig
pathsConfigurations: IBtrMapConfig[]
}
export interface IBtrMapConfig
export interface IBtrPathConfig
{
id: string
enterPoint: string