mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:50:43 -05:00
11 lines
219 B
TypeScript
11 lines
219 B
TypeScript
![]() |
import { RaidMode } from "../../enums/RaidMode"
|
||
|
|
||
|
export interface IGetGroupStatusRequestData
|
||
|
{
|
||
|
location: string
|
||
|
savage: boolean
|
||
|
dt: string
|
||
|
keyId: string
|
||
|
raidMode: RaidMode
|
||
|
startInGroup: boolean
|
||
|
}
|