mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:50:43 -05:00
- Ability to use @spt-aki path alias on the whole project. - Swapped all imports from relative paths, for imports using the path alias. Reviewed-on: SPT-AKI/Server#157 Co-authored-by: TheSparta <thesparta@noreply.dev.sp-tarkov.com> Co-committed-by: TheSparta <thesparta@noreply.dev.sp-tarkov.com>
11 lines
227 B
TypeScript
11 lines
227 B
TypeScript
import { RaidMode } from "@spt-aki/models/enums/RaidMode";
|
|
|
|
export interface IGetGroupStatusRequestData
|
|
{
|
|
location: string
|
|
savage: boolean
|
|
dt: string
|
|
keyId: string
|
|
raidMode: RaidMode
|
|
spawnPlace: string
|
|
} |