0
0
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:
Chomp 2025-01-06 10:41:31 +00:00
parent 733a23f994
commit 873f9c7aad

View File

@ -1,7 +1,5 @@
import { ILocations } from "@spt/models/spt/server/ILocations";
export interface ILocationsBase {
locations: ILocations;
locations: any;
paths: IPath[];
}