Rebranded src code and scripts to SPT Co-authored-by: clodan <clodan@clodan.com> Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/345 Co-authored-by: Alex <clodan@noreply.dev.sp-tarkov.com> Co-committed-by: Alex <clodan@noreply.dev.sp-tarkov.com>
9 lines
223 B
TypeScript
9 lines
223 B
TypeScript
import { IRaidSettings } from "@spt/models/eft/match/IRaidSettings";
|
|
|
|
export interface IGetRaidConfigurationRequestData extends IRaidSettings
|
|
{
|
|
keyId: string
|
|
CanShowGroupPreview: boolean
|
|
MaxGroupCount: number
|
|
}
|