Valens-AIO/config/locations.ts

7 lines
160 B
TypeScript

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