export interface RaidConfig
{
    carExtractBaseStandingGain: number
    chompiesBossFix: boolean
    fixOpenZones: boolean
    scavExtractGain: number
    timeLimit: number
    aiAmount: string
    aiDifficulty: string
    bossEnabled: boolean
    scavWars: boolean
    taggedAndCursed: boolean
    enablePve: boolean
}