Valens-AIO/config/ts/locations.ts
2023-01-14 12:22:28 -05:00

9 lines
219 B
TypeScript

export interface LocationsConfig
{
allExtractsAvailable: boolean
freeLabsEntry: boolean
exfilTime: number
extractionsExtended: boolean
enableCoopExtracts: boolean
noExtractRestrictions: boolean
}