mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:50:43 -05:00
Fixed final circular dep
This commit is contained in:
parent
733a23f994
commit
873f9c7aad
@ -1,7 +1,5 @@
|
||||
import { ILocations } from "@spt/models/spt/server/ILocations";
|
||||
|
||||
export interface ILocationsBase {
|
||||
locations: ILocations;
|
||||
locations: any;
|
||||
paths: IPath[];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user