7 lines
160 B
TypeScript
7 lines
160 B
TypeScript
|
export interface LocationsConfig
|
||
|
{
|
||
|
allExtractsAvailable: boolean
|
||
|
exfilTime: number
|
||
|
extractionsExtended: boolean
|
||
|
noExtractRestrictions: boolean
|
||
|
}
|